Loading...
Searching...
No Matches
Go to the documentation of this file.
31 #define APIEXPORT __declspec(dllexport)
32 #define APIIMPORT __declspec(dllimport)
35#elif defined(__GNUC__) && __GNUC__ >= 4
37 #define APIEXPORT __attribute__ ((visibility("default")))
38 #define APIIMPORT __attribute__ ((visibility("default")))
39 #define APILOCAL __attribute__ ((visibility("hidden")))
42 #pragma message ( "warning: a supported C++ compiler is required" )
48#if defined (COMPILE_SGLIB)
49 #define SGLIB_API APIEXPORT
50 #define MASK_3D_SG "3D_SG"
52 #define SGLIB_API APIIMPORT