From: rnv Date: Thu, 31 Oct 2013 12:16:27 +0000 (+0000) Subject: Undef max Visual Studio definition. X-Git-Tag: V7_3_0a1~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a2834d297d501f7350ff00a36221dc1d53326a32;p=modules%2Fhexablock.git Undef max Visual Studio definition. --- diff --git a/src/HEXABLOCK/HexDocument.hxx b/src/HEXABLOCK/HexDocument.hxx index a6c1a8e..3f569de 100755 --- a/src/HEXABLOCK/HexDocument.hxx +++ b/src/HEXABLOCK/HexDocument.hxx @@ -26,6 +26,12 @@ #include "Hex_defines.hxx" #include "HexEltBase.hxx" +#ifdef WIN32 + #ifdef max + #undef max +#endif +#endif + BEGIN_NAMESPACE_HEXA