Salome HOME
Transaction management in operations modifed.
[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