Salome HOME
#2084 Unknown error when trim: Do not copyAttribute
[modules/shaper.git] / src / XGUI / XGUI.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 #ifndef XGUI_H
4 #define XGUI_H
5
6 //#define BEFORE_TRIHEDRON_PATCH
7
8 #if defined XGUI_EXPORTS
9 #if defined WIN32
10 #define XGUI_EXPORT              __declspec( dllexport )
11 #else
12 #define XGUI_EXPORT
13 #endif
14 #else
15 #if defined WIN32
16 #define XGUI_EXPORT              __declspec( dllimport )
17 #else
18 #define XGUI_EXPORT
19 #endif
20 #endif
21
22 #endif