Go to the documentation of this file.
34 #ifndef NEKTAR_GLOBAL_MAPPING_DECLSPEC_H
35 #define NEKTAR_GLOBAL_MAPPING_DECLSPEC_H
38 #ifdef GLOBAL_MAPPING_EXPORTS
39 #define GLOBAL_MAPPING_EXPORT _declspec(dllexport)
41 #define GLOBAL_MAPPING_EXPORT _declspec(dllimport)
44 #define GLOBAL_MAPPING_EXPORT