NEMeeting SDK
build_config.h
浏览该文件的文档.
1 
9 #ifndef NEM_SDK_INTERFACE_BUILD_CONFIG_H_
10 #define NEM_SDK_INTERFACE_BUILD_CONFIG_H_
11 
12 #define NNEM_SDK_INTERFACE_BEGIN_DECLS namespace nem_sdk_interface {
13 #define NNEM_SDK_INTERFACE_END_DECLS }
14 #define USING_NS_NNEM_SDK_INTERFACE using namespace nem_sdk_interface;
15 
19 #define NS_I_NEM_SDK nem_sdk_interface
20 
21 #endif //NEM_SDK_INTERFACE_BUILD_CONFIG_H_