IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDKSerializationExports.h
Go to the documentation of this file.
1 // IPSDKSerializationExports.h:
3 // ----------------------------
4 //
9 
10 #ifndef __IPSDKSERIALIZATION_IPSDKSERIALIZATIONEXPORTS_H__
11 #define __IPSDKSERIALIZATION_IPSDKSERIALIZATIONEXPORTS_H__
12 
14 
17 
20 #ifdef IPSDK_WINDOWS
21  #ifdef IPSDKSERIALIZATION_EXPORTS
22  #define IPSDKSERIALIZATION_API __declspec(dllexport)
23  #else
24  #define IPSDKSERIALIZATION_API __declspec(dllimport)
25  #endif
26 #else
27  #define IPSDKSERIALIZATION_API
28 #endif
29 
32 #define IPSDK_LIB_API_IPSDKSerialization() \
33  IPSDKSERIALIZATION_API
34 
37 #define IPSDK_LIB_NAMESPACE_IPSDKSerialization() \
38  ipsdk
39 
42 
43 #endif // __IPSDKSERIALIZATION_IPSDKSERIALIZATIONEXPORTS_H__
Base macros set for IPSDK library.