Salome HOME
Transfer of tests (Primitives, Transfotmation and GDML).
[modules/shaper.git] / src / PrimitivesAPI / PrimitivesAPI.h
1 // Copyright (C) 2014-2016 CEA/DEN, EDF R&D
2
3 #ifndef PRIMITIVESAPI_H
4 #define PRIMITIVESAPI_H
5
6 #if defined PRIMITIVESAPI_EXPORTS
7 #if defined WIN32
8 #define PRIMITIVESAPI_EXPORT __declspec( dllexport )
9 #else
10 #define PRIMITIVESAPI_EXPORT
11 #endif
12 #else
13 #if defined WIN32
14 #define PRIMITIVESAPI_EXPORT __declspec( dllimport )
15 #else
16 #define PRIMITIVESAPI_EXPORT
17 #endif
18 #endif
19
20 #endif //PRIMITIVESAPI_H