VirtualBox

Ignore:
Timestamp:
Oct 12, 2015 7:59:42 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103277
Message:

Runtime: fixed XML version check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/xml.cpp

    r58135 r58168  
    17421742    const int options = XML_PARSE_NOBLANKS /* remove blank nodes */
    17431743                      | XML_PARSE_NONET    /* forbit any network access */
    1744 #ifdef XML_PARSE_HUGE /* introduced in libxml2 2.7.0 */
     1744#if LIBXML_VERSION >= 20700
    17451745                      | XML_PARSE_HUGE     /* don't restrict the node depth
    17461746                                              to 256 (bad for snapshots!) */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette