Salome HOME
Undef max Visual Studio definition.
authorrnv <rnv@opencascade.com>
Thu, 31 Oct 2013 12:16:27 +0000 (12:16 +0000)
committerrnv <rnv@opencascade.com>
Thu, 31 Oct 2013 12:16:27 +0000 (12:16 +0000)
src/HEXABLOCK/HexDocument.hxx

index a6c1a8e9d9138491b4f39dd1be254683747432f1..3f569de9963aad1a322048a9afe1ded9db100372 100755 (executable)
 #include "Hex_defines.hxx"
 #include "HexEltBase.hxx"
 
+#ifdef WIN32
+ #ifdef max
+  #undef max
+#endif
+#endif
+
 
 BEGIN_NAMESPACE_HEXA