Go to the documentation of this file.
27 #ifndef escript_system_dep_h
28 #define escript_system_dep_h
30 #define ESCRIPT_DLL_API
31 #define ESCRIPT_INLINE_DLL_API
34 # undef ESCRIPT_DLL_API
35 # undef ESCRIPT_INLINE_DLL_API
36 # ifdef ESCRIPT_EXPORTS
37 # define ESCRIPT_DLL_API __declspec(dllexport)
38 # define ESCRIPT_INLINE_DLL_API __declspec(dllexport)
43 # define ESCRIPT_DLL_API __declspec(dllimport)
44 # define ESCRIPT_INLINE_DLL_API