Salome HOME
1449986df2fd6c1854d86b17b5e4bf9f5bfbd071
[modules/shaper.git] / src / GeomDataAPI / GeomDataAPI.h
1 #ifndef GEOMDATAAPI_H
2 #define GEOMDATAAPI_H
3
4 #if defined GEOMDATAAPI_EXPORTS
5 #if defined WIN32
6 #define GEOMDATAAPI_EXPORT              __declspec( dllexport )
7 #else
8 #define GEOMDATAAPI_EXPORT
9 #endif
10 #else
11 #if defined WIN32
12 #define GEOMDATAAPI_EXPORT              __declspec( dllimport )
13 #else
14 #define GEOMDATAAPI_EXPORT
15 #endif
16 #endif
17
18 #endif