From 8249d9fc8ebccc61c08037e2e726c7c652059949 Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Mon, 28 Aug 2006 16:16:04 +0000 Subject: Added an #undef for SEVERITY_ERROR, which conflicts with a Win32 macro (bzr r1652) --- src/dom/dom.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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 -- cgit v1.2.3