Go to the documentation of this file.
33 #ifndef NEKTAR_FIELD_UTILS_DECLSPEC_H
34 #define NEKTAR_FIELD_UTILS_DECLSPEC_H
37 #ifdef FIELD_UTILS_EXPORTS
38 #define FIELD_UTILS_EXPORT _declspec(dllexport)
40 #define FIELD_UTILS_EXPORT _declspec(dllimport)
43 #define FIELD_UTILS_EXPORT
46 #define LOKI_CLASS_LEVEL_THREADING
48 #endif // NEKTAR_FIELD_UTILS_DECLSPEC_H