Go to the documentation of this file.
25 #ifndef esysutils_system_dep_h
26 #define esysutils_system_dep_h
28 #if defined(_WIN32) && defined(__INTEL_COMPILER)
39 #define ESYSUTILS_DLL_API
42 # ifndef ESYSUTILS_STATIC_LIB
43 # undef ESYSUTILS_DLL_API
44 # ifdef ESYSUTILS_EXPORTS
45 # define ESYSUTILS_DLL_API __declspec(dllexport)
47 # define ESYSUTILS_DLL_API __declspec(dllimport)
61 # define THROW(ARG) throw(ARG)
68 # if (defined __STDC__ && __STDC__) || defined __cplusplus
69 # define __const const