Skip to content
Snippets Groups Projects
Commit 507c6dc2 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: prevent tinyxml header to define DEBUG on windows, conflict with itk::LoggerBase::DEBUG

parent d2858868
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,9 @@
#endif
#include "tinyxml.h"
#ifdef DEBUG
#undef DEBUG
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment