Salome HOME
e129db25ba660cf9127b7b774f6a430cbc0cc39f
[modules/gui.git] / src / OCCViewer / OCCViewer.h
1 #ifdef WNT
2 #ifdef OCCVIEWER_EXPORTS
3 #define OCCVIEWER_EXPORT __declspec(dllexport)
4 #else
5 #define OCCVIEWER_EXPORT __declspec(dllimport)
6 #endif
7 #else
8 #define OCCVIEWER_EXPORT
9 #endif
10
11 #if defined WNT
12 #pragma warning ( disable: 4251 )
13 #endif