MSYS2-packages/libxml2/0001-missing-export.patch
2025-08-01 13:23:19 +02:00

14 lines
419 B
Diff

--- libxml2-2.14.5/include/libxml/parser.h.orig 2025-08-01 10:54:36.661833300 +0200
+++ libxml2-2.14.5/include/libxml/parser.h 2025-08-01 10:55:22.574087000 +0200
@@ -1020,6 +1020,10 @@
#ifdef LIBXML_SAX1_ENABLED
XML_DEPRECATED
XMLPUBVAR const xmlSAXHandlerV1 xmlDefaultSAXHandler;
+#ifdef LIBXML_HTML_ENABLED
+XML_DEPRECATED
+XMLPUBVAR const xmlSAXHandlerV1 htmlDefaultSAXHandler;
+#endif
#endif
XML_DEPRECATED