From: rnv Date: Fri, 24 Aug 2012 07:29:59 +0000 (+0000) Subject: Win32 compilation. X-Git-Tag: V6_6_0a1~46 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=78fdc24292341e122bdf58828f68c95ef2ec5380;p=modules%2Fgui.git Win32 compilation. --- diff --git a/src/Plot2d/Plot2d_ViewFrame.cxx b/src/Plot2d/Plot2d_ViewFrame.cxx index 0e81b397b..b9fd235cf 100755 --- a/src/Plot2d/Plot2d_ViewFrame.cxx +++ b/src/Plot2d/Plot2d_ViewFrame.cxx @@ -154,6 +154,16 @@ const char* imageCrossCursor[] = { "................................", "................................", "................................"}; + +#ifdef WIN32 + #ifdef max + #undef max + #endif + + #ifdef min + #undef min + #endif +#endif /*! Constructor