Go to the documentation of this file. 26 #ifndef dudley_system_dep_h 27 #define dudley_system_dep_h 29 #define DUDLEY_DLL_API 33 # ifndef DUDLEY_STATIC_LIB 34 # undef DUDLEY_DLL_API 35 # ifdef DUDLEY_EXPORTS 36 # define DUDLEY_DLL_API __declspec(dllexport) 38 # define DUDLEY_DLL_API __declspec(dllimport)