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