Go to the documentation of this file.
35 #ifndef NEKTAR_SOLVER_UTILS_DECLSPEC_H
36 #define NEKTAR_SOLVER_UTILS_DECLSPEC_H
39 #ifdef SOLVER_UTILS_EXPORTS
40 #define SOLVER_UTILS_EXPORT _declspec(dllexport)
42 #define SOLVER_UTILS_EXPORT _declspec(dllimport)
45 #define SOLVER_UTILS_EXPORT