summaryrefslogtreecommitdiffstats
path: root/src/gdk-pixbuf-1-fixes.patch
diff options
context:
space:
mode:
authorMatthias Gehre <M.Gehre@gmx.de>2012-04-14 18:32:23 (GMT)
committerMatthias Gehre <M.Gehre@gmx.de>2012-04-14 19:08:47 (GMT)
commit2090903d1a0e38bbcf3504d38092e901f47cd910 (patch)
treee44f6fb1e81d17e5686f408d4d0c54a86e0dca09 /src/gdk-pixbuf-1-fixes.patch
parentdf6829c957f1799ce0fde7ac0f002e18328738d3 (diff)
downloadmxe-2090903d1a0e38bbcf3504d38092e901f47cd910.zip
mxe-2090903d1a0e38bbcf3504d38092e901f47cd910.tar.gz
mxe-2090903d1a0e38bbcf3504d38092e901f47cd910.tar.bz2
gdk-pixbuf: rename DllMain to gdkpixbuf_DllMain
Diffstat (limited to 'src/gdk-pixbuf-1-fixes.patch')
-rw-r--r--src/gdk-pixbuf-1-fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdk-pixbuf-1-fixes.patch b/src/gdk-pixbuf-1-fixes.patch
index 6f18015..b186a04 100644
--- a/src/gdk-pixbuf-1-fixes.patch
+++ b/src/gdk-pixbuf-1-fixes.patch
@@ -27,7 +27,7 @@ index 6a5dbce..e5e1c2d 100644
BOOL WINAPI
-DllMain (HINSTANCE hinstDLL,
-+static _disabled_DllMain (HINSTANCE hinstDLL,
++gdkpixbuf_DllMain (HINSTANCE hinstDLL,
DWORD fdwReason,
LPVOID lpvReserved)
{