From a2834d297d501f7350ff00a36221dc1d53326a32 Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 31 Oct 2013 12:16:27 +0000 Subject: [PATCH] Undef max Visual Studio definition. --- src/HEXABLOCK/HexDocument.hxx | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.30.2