Go to the documentation of this file.
32 #ifndef NEKTAR_LOCAL_REGIONS_DECLSPEC_H
33 #define NEKTAR_LOCAL_REGIONS_DECLSPEC_H
36 #ifdef LOCAL_REGIONS_EXPORTS
37 #define LOCAL_REGIONS_EXPORT _declspec(dllexport)
39 #define LOCAL_REGIONS_EXPORT _declspec(dllimport)
42 #define LOCAL_REGIONS_EXPORT