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