Code

Added an #undef for SEVERITY_ERROR, which conflicts with a Win32 macro
authorishmal <ishmal@users.sourceforge.net>
Mon, 28 Aug 2006 16:16:04 +0000 (16:16 +0000)
committerishmal <ishmal@users.sourceforge.net>
Mon, 28 Aug 2006 16:16:04 +0000 (16:16 +0000)
src/dom/dom.h

index bf0d0534ab1e0ab87e0f6af61941ce4940d06ebe..e195dae7d5618ac9f381607d804aadcb1512d5d5 100644 (file)
 #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