Files
MINGW-packages/mingw-w64-libxml2/0001-do-not-export-DllMain.patch
Christoph Reiter 21a31573cc libxml2: Update to 2.15.1 (#26333)
* 0001-do-not-export-DllMain.patch: refresh
* 0027-decoding-segfault.patch: python bindings no longer built
* 0031-apply-msvc-relocation.patch: refresh

Drop Python bindings as there should be no users left. Let us know
if not.
2025-11-11 09:29:53 +01:00

17 lines
360 B
Diff

diff --git a/globals.c b/globals.c
index 38db2954e..de131552f 100644
--- a/globals.c
+++ b/globals.c
@@ -790,7 +790,7 @@
* It is a mistake to export this function, but changing that seems
* to break the ABI.
*/
-XMLPUBFUN BOOL WINAPI
+BOOL WINAPI
DllMain (HINSTANCE hinstDLL,
DWORD fdwReason,
LPVOID lpvReserved);
--
GitLab