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