Go to the documentation of this file.
32 #ifndef NEKTAR_SPATIAL_DOMAINS_DECLSPEC_H
33 #define NEKTAR_SPATIAL_DOMAINS_DECLSPEC_H
36 #ifdef SPATIAL_DOMAINS_EXPORTS
37 #define SPATIAL_DOMAINS_EXPORT _declspec(dllexport)
39 #define SPATIAL_DOMAINS_EXPORT _declspec(dllimport)
42 #define SPATIAL_DOMAINS_EXPORT