summaryrefslogtreecommitdiffstats
path: root/src/gtk2-1-fixes.patch
diff options
context:
space:
mode:
authorMatthias Gehre <M.Gehre@gmx.de>2012-04-14 18:33:16 (GMT)
committerMatthias Gehre <M.Gehre@gmx.de>2012-04-14 19:08:47 (GMT)
commita8f141786e0606587ab8209be85ad625911d1f3d (patch)
tree43e725bcc5a1387efa108b5331a162ebcbe79a4e /src/gtk2-1-fixes.patch
parent2090903d1a0e38bbcf3504d38092e901f47cd910 (diff)
downloadmxe-a8f141786e0606587ab8209be85ad625911d1f3d.zip
mxe-a8f141786e0606587ab8209be85ad625911d1f3d.tar.gz
mxe-a8f141786e0606587ab8209be85ad625911d1f3d.tar.bz2
gtk2: rename DllMains to gtk_DllMain/gdk_DllMain
Diffstat (limited to 'src/gtk2-1-fixes.patch')
-rw-r--r--src/gtk2-1-fixes.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtk2-1-fixes.patch b/src/gtk2-1-fixes.patch
index cd26a7b..a413637 100644
--- a/src/gtk2-1-fixes.patch
+++ b/src/gtk2-1-fixes.patch
@@ -18,7 +18,7 @@ index dc139be..be2a7ee 100644
int __stdcall
-DllMain (HINSTANCE hinstDLL,
-+static _disabled_DllMain (HINSTANCE hinstDLL,
++gdk_DllMain (HINSTANCE hinstDLL,
DWORD dwReason,
LPVOID reserved)
{
@@ -31,7 +31,7 @@ index d081f70..aa2973d 100644
BOOL WINAPI
-DllMain (HINSTANCE hinstDLL,
-+static _disabled_DllMain (HINSTANCE hinstDLL,
++gtk_DllMain (HINSTANCE hinstDLL,
DWORD fdwReason,
LPVOID lpvReserved)
{