Go to the documentation of this file. 26 #ifndef escript_system_dep_h 27 #define escript_system_dep_h 29 #define ESCRIPT_DLL_API 32 # undef ESCRIPT_DLL_API 33 # ifdef ESCRIPT_EXPORTS 34 # define ESCRIPT_DLL_API __declspec(dllexport) 36 # define ESCRIPT_DLL_API __declspec(dllimport)