* 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.
17 lines
360 B
Diff
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
|
|
|