Go to the documentation of this file.
32 #ifndef NEKTAR_FIELD_UTILS_DECLSPEC_H
33 #define NEKTAR_FIELD_UTILS_DECLSPEC_H
36 #ifdef FIELD_UTILS_EXPORTS
37 #define FIELD_UTILS_EXPORT _declspec(dllexport)
39 #define FIELD_UTILS_EXPORT _declspec(dllimport)
42 #define FIELD_UTILS_EXPORT