Go to the documentation of this file.
27 #ifndef escript_system_dep_h
28 #define escript_system_dep_h
30 #define ESCRIPT_DLL_API
33 # undef ESCRIPT_DLL_API
34 # ifdef ESCRIPT_EXPORTS
35 # define ESCRIPT_DLL_API __declspec(dllexport)
37 # define ESCRIPT_DLL_API __declspec(dllimport)