Go to the documentation of this file. 26 #ifndef esysutils_system_dep_h 27 #define esysutils_system_dep_h 31 #define ESYSUTILS_DLL_API 34 # ifndef ESYSUTILS_STATIC_LIB 35 # undef ESYSUTILS_DLL_API 36 # ifdef ESYSUTILS_EXPORTS 37 # define ESYSUTILS_DLL_API __declspec(dllexport) 39 # define ESYSUTILS_DLL_API __declspec(dllimport) 53 # define THROW(ARG) throw(ARG)