Go to the documentation of this file.
26 #ifndef dudley_system_dep_h
27 #define dudley_system_dep_h
29 #if defined(_WIN32) && defined(__INTEL_COMPILER)
44 #define DUDLEY_DLL_API
48 # ifndef DUDLEY_STATIC_LIB
49 # undef DUDLEY_DLL_API
50 # ifdef DUDLEY_EXPORTS
51 # define DUDLEY_DLL_API __declspec(dllexport)
53 # define DUDLEY_DLL_API __declspec(dllimport)