Go to the documentation of this file.
23 #ifdef digidocpp_EXPORTS
24 #define EXP_DIGIDOC __declspec(dllexport)
26 #define EXP_DIGIDOC __declspec(dllimport)
28 #pragma warning( disable: 4251 ) // shut up std::vector warnings
29 #pragma warning( disable: 4290 ) // C++ exception specification ignored
32 #define EXP_DIGIDOC __attribute__ ((visibility("default")))