Go to the documentation of this file.
34 #if defined(WIN32) && defined(_MSC_VER)
36 #ifdef CISST_THIS_LIBRARY_AS_DLL
38 #pragma warning (disable: 4275)
39 #define CISST_EXPORT _declspec(dllexport)
40 #elif CISST_DLL // local and import headers
42 #pragma warning (disable: 4275)
43 #define CISST_EXPORT _declspec(dllimport)
46 #endif // end windows dll stuff
104 #define CISST_EXPORT "depends on the OS and compiler"
106 #endif // Doxygen special values