Loading...
Searching...
No Matches
 
 
 
 
Go to the documentation of this file.
   35    #define APIEXPORT __declspec(dllexport) 
   36    #define APIIMPORT __declspec(dllimport) 
   39#elif defined(__GNUC__) && __GNUC__ >= 4 
   41    #define APIEXPORT __attribute__ ((visibility("default"))) 
   42    #define APIIMPORT __attribute__ ((visibility("default"))) 
   43    #define APILOCAL  __attribute__ ((visibility("hidden"))) 
   46    #pragma message ( "warning: a supported C++ compiler is required" ) 
   52#if defined (COMPILE_SGLIB) 
   53    #define SGLIB_API APIEXPORT 
   54    #define MASK_3D_SG "3D_SG" 
   56    #define SGLIB_API APIIMPORT