Go to the documentation of this file.
34 #ifndef NEKTAR_FIELD_UTILS_DECLSPEC_H
35 #define NEKTAR_FIELD_UTILS_DECLSPEC_H
38 #ifdef FIELD_UTILS_EXPORTS
39 #define FIELD_UTILS_EXPORT _declspec(dllexport)
41 #define FIELD_UTILS_EXPORT _declspec(dllimport)
44 #define FIELD_UTILS_EXPORT