Salome HOME
Added interfaces to OCC data and algos: features must not depend on OCC
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI.h
1 #ifndef GEOMALGOAPI_H
2 #define GEOMALGOAPI_H
3
4 #if defined GEOMALGOAPI_EXPORTS
5 #if defined WIN32
6 #define GEOMALGOAPI_EXPORT              __declspec( dllexport )
7 #else
8 #define GEOMALGOAPI_EXPORT
9 #endif
10 #else
11 #if defined WIN32
12 #define GEOMALGOAPI_EXPORT              __declspec( dllimport )
13 #else
14 #define GEOMALGOAPI_EXPORT
15 #endif
16 #endif
17
18 #endif