Go to the documentation of this file.
32 #ifndef NEKTAR_NEKMESHUTILS_DECLSPEC_H
33 #define NEKTAR_NEKMESHUTILS_DECLSPEC_H
36 #ifdef NEKMESHUTILS_EXPORTS
37 #define NEKMESHUTILS_EXPORT _declspec(dllexport)
39 #define NEKMESHUTILS_EXPORT _declspec(dllimport)
42 #define NEKMESHUTILS_EXPORT