Go to the documentation of this file. 26 #ifndef pasowrap_system_dep_h 27 #define pasowrap_system_dep_h 31 #define PASOWRAP_DLL_API 35 # ifndef PASOWRAP_STATIC_LIB 36 # undef PASOWRAP_DLL_API 37 # ifdef PASOWRAP_EXPORTS 38 # define PASOWRAP_DLL_API __declspec(dllexport) 40 # define PASOWRAP_DLL_API __declspec(dllimport)