Go to the documentation of this file.
4 #include <boost/predef.h>
7 #define CSC_OS_WINDOWS 1
11 #define CSC_OS_MACOS 1
14 #if CSC_OS_WINDOWS == 1
15 #define CSC_USER_DLL_EXPORT __declspec(dllexport)
17 #define CSC_USER_DLL_EXPORT
22 #if CSC_OS_WINDOWS == 1
23 #if defined(CSC_CORE_BUILD)
24 #define CSC_DLL_IMPORTEXPORT __declspec(dllexport)
25 #elif defined(CSC_CORE_DLL)
26 #define CSC_DLL_IMPORTEXPORT __declspec(dllimport)
28 #define CSC_DLL_IMPORTEXPORT
31 #define CSC_DLL_IMPORTEXPORT