Go to the documentation of this file.
26 #ifndef pasowrap_system_dep_h
27 #define pasowrap_system_dep_h
29 #if defined(_WIN32) && defined(__INTEL_COMPILER)
44 #define PASOWRAP_DLL_API
48 # ifndef PASOWRAP_STATIC_LIB
49 # undef PASOWRAP_DLL_API
50 # ifdef PASOWRAP_EXPORTS
51 # define PASOWRAP_DLL_API __declspec(dllexport)
53 # define PASOWRAP_DLL_API __declspec(dllimport)