Go to the documentation of this file.
25 #ifndef dudley_system_dep_h
26 #define dudley_system_dep_h
28 #if defined(_WIN32) && defined(__INTEL_COMPILER)
43 #define DUDLEY_DLL_API
47 # ifndef DUDLEY_STATIC_LIB
48 # undef DUDLEY_DLL_API
49 # ifdef DUDLEY_EXPORTS
50 # define DUDLEY_DLL_API __declspec(dllexport)
52 # define DUDLEY_DLL_API __declspec(dllimport)