Salome HOME
Merge branch 'BR_PYTHON_PLUGIN' of newgeom:newgeom.git into Dev_0.6.1
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 #ifndef GEOMALGOAPI_H
4 #define GEOMALGOAPI_H
5
6 #if defined GEOMALGOAPI_EXPORTS
7 #if defined WIN32
8 #define GEOMALGOAPI_EXPORT              __declspec( dllexport )
9 #else
10 #define GEOMALGOAPI_EXPORT
11 #endif
12 #else
13 #if defined WIN32
14 #define GEOMALGOAPI_EXPORT              __declspec( dllimport )
15 #else
16 #define GEOMALGOAPI_EXPORT
17 #endif
18 #endif
19
20 #endif