Go to the documentation of this file.
32 #ifndef NEKTAR_GLOBAL_MAPPING_DECLSPEC_H
33 #define NEKTAR_GLOBAL_MAPPING_DECLSPEC_H
36 #ifdef GLOBAL_MAPPING_EXPORTS
37 #define GLOBAL_MAPPING_EXPORT _declspec(dllexport)
39 #define GLOBAL_MAPPING_EXPORT _declspec(dllimport)
42 #define GLOBAL_MAPPING_EXPORT