You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/atk-1-DllMain.patch

15 lines
352 B

This file is part of MXE. See LICENSE.md for licensing information.
diff -uNr a/atk/atkprivate.c b/atk/atkprivate.c
--- a/atk/atkprivate.c
+++ b/atk/atkprivate.c
@@ -39,7 +39,7 @@
static HMODULE atk_dll;
BOOL WINAPI
-DllMain (HINSTANCE hinstDLL,
+atk_DllMain (HINSTANCE hinstDLL,
DWORD fdwReason,
LPVOID lpvReserved)
{