1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00

test: Fix XML_PARSE_HTML constant

This commit is contained in:
Nick Wellnhofer
2024-09-12 01:43:42 +02:00
parent 575be6c1f1
commit 76cc63942a

View File

@@ -87,7 +87,7 @@
/*
* pseudo flag for the unification of HTML and XML tests
*/
#define XML_PARSE_HTML 1 << 24
#define XML_PARSE_HTML 1 << 30
/*
* O_BINARY is just for Windows compatibility - if it isn't defined