Go to the documentation of this file.
26 #ifndef esysutils_system_dep_h
27 #define esysutils_system_dep_h
29 #if defined(_WIN32) && defined(__INTEL_COMPILER)
40 #define ESYSUTILS_DLL_API
43 # ifndef ESYSUTILS_STATIC_LIB
44 # undef ESYSUTILS_DLL_API
45 # ifdef ESYSUTILS_EXPORTS
46 # define ESYSUTILS_DLL_API __declspec(dllexport)
48 # define ESYSUTILS_DLL_API __declspec(dllimport)
62 # define THROW(ARG) throw(ARG)
69 # if (defined __STDC__ && __STDC__) || defined __cplusplus
70 # define __const const