Go to the documentation of this file.
34 #ifndef NEKTAR_LOCAL_REGIONS_DECLSPEC_H
35 #define NEKTAR_LOCAL_REGIONS_DECLSPEC_H
38 #ifdef LOCAL_REGIONS_EXPORTS
39 #define LOCAL_REGIONS_EXPORT _declspec(dllexport)
41 #define LOCAL_REGIONS_EXPORT _declspec(dllimport)
44 #define LOCAL_REGIONS_EXPORT