CaptureSdkDefines.h
Go to the documentation of this file.
1 #ifndef CaptureSdkDefines_h__
2 #define CaptureSdkDefines_h__
3 
4 #if defined(WIN32) && defined(BUILD_ACAPTURESDK_SHARED_LIB)
5  #define ACAPTURESDK_LINK_SPEC __declspec (dllexport)
6 #else
7  #define ACAPTURESDK_LINK_SPEC
8 #endif // WIN32 DLL
9 
10 #endif // CaptureSdkDefines_h__