IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PyIPSDKIPLStatsExports.h
Go to the documentation of this file.
1 // PyIPSDKIPLStatsExports.h:
3 // -------------------------
4 //
9 
10 #ifndef __PYIPSDKIPLSTATS_PYIPSDKIPLSTATSEXPORTS_H__
11 #define __PYIPSDKIPLSTATS_PYIPSDKIPLSTATSEXPORTS_H__
12 
15 
18 #ifdef IPSDK_WINDOWS
19  #ifdef PYIPSDKIPLSTATS_EXPORTS
20  #define PYIPSDKIPLSTATS_API __declspec(dllexport)
21  #else
22  #define PYIPSDKIPLSTATS_API __declspec(dllimport)
23  #endif
24 #else
25  #define PYIPSDKIPLSTATS_API
26 #endif
27 
30 #define IPSDK_LIB_API_PyIPSDKIPLStats() \
31  PYIPSDKIPLSTATS_API
32 
35 #define IPSDK_LIB_NAMESPACE_PyIPSDKIPLStats() \
36  ipsdk::python
37 
40 
41 #endif // __PYIPSDKIPLSTATS_PYIPSDKIPLSTATSEXPORTS_H__