Go to the documentation of this file. 1 #ifndef AlgorithmSdkDefines_h__
2 #define AlgorithmSdkDefines_h__
4 #if defined(WIN32) && defined(BUILD_AALGORITHMSDK_SHARED_LIB)
5 #define AALGORITHMSDK_LINK_SPEC __declspec (dllexport)
7 #define AALGORITHMSDK_LINK_SPEC
10 #endif // AlgorithmSdkDefines_h__