Go to the documentation of this file.
25 #ifndef pasowrap_system_dep_h
26 #define pasowrap_system_dep_h
28 #if defined(_WIN32) && defined(__INTEL_COMPILER)
43 #define PASOWRAP_DLL_API
47 # ifndef PASOWRAP_STATIC_LIB
48 # undef PASOWRAP_DLL_API
49 # ifdef PASOWRAP_EXPORTS
50 # define PASOWRAP_DLL_API __declspec(dllexport)
52 # define PASOWRAP_DLL_API __declspec(dllimport)