[ros-diffs] [mf] 20876: Update XMLStorage to Expat 2.0

mf at svn.reactos.org mf at svn.reactos.org
Sun Jan 15 01:10:01 CET 2006


Update XMLStorage to Expat 2.0
Modified: trunk/reactos/subsys/system/explorer/utility/xmlstorage.cpp
  _____  

Modified: trunk/reactos/subsys/system/explorer/utility/xmlstorage.cpp
--- trunk/reactos/subsys/system/explorer/utility/xmlstorage.cpp
2006-01-15 00:06:30 UTC (rev 20875)
+++ trunk/reactos/subsys/system/explorer/utility/xmlstorage.cpp
2006-01-15 00:09:32 UTC (rev 20876)
@@ -443,8 +443,8 @@

 	  case XML_ERROR_ABORTED:
return "XML_ERROR_ABORTED";
 	  case XML_ERROR_FINISHED:
return "XML_ERROR_FINISHED";
 	  case XML_ERROR_SUSPEND_PE:
return "XML_ERROR_SUSPEND_PE";
-//#endif
-//#if XML_MAJOR_VERSION>=2
+#endif
+#if XML_MAJOR_VERSION>=2
 		/* Added in 2.0. */
 	  case XML_ERROR_RESERVED_PREFIX_XML:
return "XML_ERROR_RESERVED_PREFIX_XML";
 	  case XML_ERROR_RESERVED_PREFIX_XMLNS:
return "XML_ERROR_RESERVED_PREFIX_XMLNS";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060115/1204a660/attachment.html


More information about the Ros-diffs mailing list