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