Go to the documentation of this file.
35 #ifndef NEKTAR_STD_REGIONS_DECLSPEC_H
36 #define NEKTAR_STD_REGIONS_DECLSPEC_H
39 #ifdef STD_REGIONS_EXPORTS
40 #define STD_REGIONS_EXPORT _declspec(dllexport)
42 #define STD_REGIONS_EXPORT _declspec(dllimport)
45 #define STD_REGIONS_EXPORT