Go to the documentation of this file.
32 #ifndef NEKTAR_STD_REGIONS_DECLSPEC_H
33 #define NEKTAR_STD_REGIONS_DECLSPEC_H
36 #ifdef STD_REGIONS_EXPORTS
37 #define STD_REGIONS_EXPORT _declspec(dllexport)
39 #define STD_REGIONS_EXPORT _declspec(dllimport)
42 #define STD_REGIONS_EXPORT