Go to the documentation of this file.
34 #ifndef NEKTAR_MULTI_REGIONS_DECLSPEC_H
35 #define NEKTAR_MULTI_REGIONS_DECLSPEC_H
38 #ifdef MULTI_REGIONS_EXPORTS
39 #define MULTI_REGIONS_EXPORT _declspec(dllexport)
41 #define MULTI_REGIONS_EXPORT _declspec(dllimport)
44 #define MULTI_REGIONS_EXPORT