]> SALOME platform Git repositories - modules/shaper.git/blob - src/GeomData/GeomData.h
Salome HOME
#1404 Random crash with Shaper: AIS presentations: operation prs, result sketch prs...
[modules/shaper.git] / src / GeomData / GeomData.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 #ifndef GEOMDATA_H
4 #define GEOMDATA_H
5
6 #if defined GEOMDATA_EXPORTS
7 #if defined WIN32
8 #define GEOMDATA_EXPORT              __declspec( dllexport )
9 #else
10 #define GEOMDATA_EXPORT
11 #endif
12 #else
13 #if defined WIN32
14 #define GEOMDATA_EXPORT              __declspec( dllimport )
15 #else
16 #define GEOMDATA_EXPORT
17 #endif
18 #endif
19
20 #endif