Salome HOME
Parametric API high level for the primitive "Box".
[modules/shaper.git] / src / PrimitivesPlugin / PrimitivesPlugin.h
1 // Copyright (C) 2014-2016 CEA/DEN, EDF R&D -->
2
3 #ifndef PRIMITIVESPLUGIN_H
4 #define PRIMITIVESPLUGIN_H
5
6 #if defined PRIMITIVESPLUGIN_EXPORTS
7 #if defined WIN32
8 #define PRIMITIVESPLUGIN_EXPORT              __declspec( dllexport )
9 #else
10 #define PRIMITIVESPLUGIN_EXPORT
11 #endif
12 #else
13 #if defined WIN32
14 #define PRIMITIVESPLUGIN_EXPORT              __declspec( dllimport )
15 #else
16 #define PRIMITIVESPLUGIN_EXPORT
17 #endif
18 #endif
19
20 #endif