From 2104074d16c7d88753f216e66368a85cf420b942 Mon Sep 17 00:00:00 2001 From: ishmal Date: Mon, 28 Aug 2006 16:16:04 +0000 Subject: [PATCH] Added an #undef for SEVERITY_ERROR, which conflicts with a Win32 macro --- src/dom/dom.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/dom/dom.h b/src/dom/dom.h index bf0d0534a..e195dae7d 100644 --- a/src/dom/dom.h +++ b/src/dom/dom.h @@ -44,6 +44,11 @@ #endif #endif +//# Unfortunate hack for a name collision +#ifdef SEVERITY_ERROR +#undef SEVERITY_ERROR +#endif + #define XMLNSNAME "http://www.w3.org/2000/xmlns/" namespace org -- 2.30.2