]> SALOME platform Git repositories - modules/gui.git/blob - src/Plot2d/Plot2d.h
Salome HOME
270f61809da31b885c4ac3bd460c1b67a6892c4b
[modules/gui.git] / src / Plot2d / Plot2d.h
1 #ifdef WNT
2 #ifdef PLOT2D_EXPORTS
3 #define PLOT2D_EXPORT __declspec(dllexport)
4 #else
5 #define PLOT2D_EXPORT __declspec(dllimport)
6 #endif
7 #else
8 #define PLOT2D_EXPORT
9 #endif
10
11 #if defined WNT
12 #pragma warning ( disable: 4251 )
13 #endif