changeset 2396:f3e8d1172278

gdk-pixbuf: rename DllMain to gdkpixbuf_DllMain
author Matthias Gehre <M.Gehre@gmx.de>
date Sat, 14 Apr 2012 20:32:23 +0200
parents 0bec20cb78f6
children 207751177c95
files src/gdk-pixbuf-1-fixes.patch
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gdk-pixbuf-1-fixes.patch	Sat Apr 14 20:31:14 2012 +0200
+++ b/src/gdk-pixbuf-1-fixes.patch	Sat Apr 14 20:32:23 2012 +0200
@@ -27,7 +27,7 @@
  
  BOOL WINAPI
 -DllMain (HINSTANCE hinstDLL,
-+static _disabled_DllMain (HINSTANCE hinstDLL,
++gdkpixbuf_DllMain (HINSTANCE hinstDLL,
           DWORD     fdwReason,
           LPVOID    lpvReserved)
  {