Salome HOME
0966a483d4b5571c2a5dd3bf6e9ca2ab457f260f
[modules/shaper.git] / src / GeomValidators / GeomValidators.h
1 #ifndef GEOMVALIDATORS_H
2 #define GEOMVALIDATORS_H
3
4 #if defined GEOMVALIDATORS_EXPORTS
5 #if defined WIN32
6 #define GEOMVALIDATORS_EXPORT              __declspec( dllexport )
7 #else
8 #define GEOMVALIDATORS_EXPORT
9 #endif
10 #else
11 #if defined WIN32
12 #define GEOMVALIDATORS_EXPORT              __declspec( dllimport )
13 #else
14 #define GEOMVALIDATORS_EXPORT
15 #endif
16 #endif
17
18 #endif