From 9487e42b1a0882555bc3dc8d3a882a4e796c72be Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Wed, 8 Feb 2017 18:53:00 +0100 Subject: [PATCH] Revert "BUG: prevent tinyxml header to define DEBUG on windows, conflict with itk::LoggerBase::DEBUG" This reverts commit 507c6dc24018a691bdb7fd3841025ec746d28b70. --- Modules/ThirdParty/TinyXML/src/otb_tinyxml.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modules/ThirdParty/TinyXML/src/otb_tinyxml.h.in b/Modules/ThirdParty/TinyXML/src/otb_tinyxml.h.in index 2be397901a..25792783b5 100644 --- a/Modules/ThirdParty/TinyXML/src/otb_tinyxml.h.in +++ b/Modules/ThirdParty/TinyXML/src/otb_tinyxml.h.in @@ -23,9 +23,6 @@ #endif #include "tinyxml.h" -#ifdef DEBUG -#undef DEBUG -#endif #endif -- GitLab