summaryrefslogtreecommitdiffstats
path: root/src/atk-1-DllMain.patch
diff options
context:
space:
mode:
authorMatthias Gehre <M.Gehre@gmx.de>2012-04-14 18:31:14 (GMT)
committerMatthias Gehre <M.Gehre@gmx.de>2012-04-14 19:08:47 (GMT)
commitdf6829c957f1799ce0fde7ac0f002e18328738d3 (patch)
treedad89ea9dd3839ecb612262ac988de507e71ce09 /src/atk-1-DllMain.patch
parent546b1b623c3a28e36a5d08e36b1f52d1eb55b29a (diff)
downloadmxe-df6829c957f1799ce0fde7ac0f002e18328738d3.zip
mxe-df6829c957f1799ce0fde7ac0f002e18328738d3.tar.gz
mxe-df6829c957f1799ce0fde7ac0f002e18328738d3.tar.bz2
atk: rename DllMain to atk_DllMain
Diffstat (limited to 'src/atk-1-DllMain.patch')
-rw-r--r--src/atk-1-DllMain.patch12
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)
+ {