From: ishmal Date: Mon, 28 Aug 2006 16:16:04 +0000 (+0000) Subject: Added an #undef for SEVERITY_ERROR, which conflicts with a Win32 macro X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2104074d16c7d88753f216e66368a85cf420b942;p=inkscape.git Added an #undef for SEVERITY_ERROR, which conflicts with a Win32 macro --- 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