mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Update XMLStorage to Expat 2.0
svn path=/trunk/; revision=20876
This commit is contained in:
parent
1f209472ae
commit
efa50c8848
1 changed files with 2 additions and 2 deletions
|
@ -443,8 +443,8 @@ std::string XMLReaderBase::get_error_string() const
|
|||
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";
|
||||
|
|
Loading…
Reference in a new issue