diff options
Diffstat (limited to 'src/atk-1-DllMain.patch')
-rw-r--r-- | src/atk-1-DllMain.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/atk-1-DllMain.patch b/src/atk-1-DllMain.patch new file mode 100644 index 0000000..f1c1f68 --- /dev/null +++ b/src/atk-1-DllMain.patch @@ -0,0 +1,12 @@ +diff -uNr atk-2.2.0-orig/atk/atkobject.c atk-2.2.0/atk/atkobject.c +--- atk-2.2.0-orig/atk/atkobject.c 2011-09-19 19:06:54.000000000 +0200 ++++ atk-2.2.0/atk/atkobject.c 2012-04-14 20:26:12.763814596 +0200 +@@ -366,7 +366,7 @@ + static HMODULE atk_dll; + + BOOL WINAPI +-DllMain (HINSTANCE hinstDLL, ++atk_DllMain (HINSTANCE hinstDLL, + DWORD fdwReason, + LPVOID lpvReserved) + { |