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