Go to the documentation of this file. 26 #ifndef finley_system_dep_h 27 #define finley_system_dep_h 31 #define FINLEY_DLL_API 35 # ifndef FINLEY_STATIC_LIB 36 # undef FINLEY_DLL_API 37 # ifdef FINLEY_EXPORTS 38 # define FINLEY_DLL_API __declspec(dllexport) 40 # define FINLEY_DLL_API __declspec(dllimport)