Go to the documentation of this file.
35#ifndef NEKTAR_SPATIAL_DOMAINS_DECLSPEC_H
36#define NEKTAR_SPATIAL_DOMAINS_DECLSPEC_H
39#ifdef SPATIAL_DOMAINS_EXPORTS
40#define SPATIAL_DOMAINS_EXPORT _declspec(dllexport)
42#define SPATIAL_DOMAINS_EXPORT _declspec(dllimport)
45#define SPATIAL_DOMAINS_EXPORT