changeset 2397:207751177c95

gtk2: rename DllMains to gtk_DllMain/gdk_DllMain
author Matthias Gehre <M.Gehre@gmx.de>
date Sat, 14 Apr 2012 20:33:16 +0200
parents f3e8d1172278
children 8ffc6695280d
files src/gtk2-1-fixes.patch
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtk2-1-fixes.patch	Sat Apr 14 20:32:23 2012 +0200
+++ b/src/gtk2-1-fixes.patch	Sat Apr 14 20:33:16 2012 +0200
@@ -18,7 +18,7 @@
  
  int __stdcall
 -DllMain (HINSTANCE hinstDLL,
-+static _disabled_DllMain (HINSTANCE hinstDLL,
++gdk_DllMain (HINSTANCE hinstDLL,
  	 DWORD     dwReason,
  	 LPVOID    reserved)
  {
@@ -31,7 +31,7 @@
  
  BOOL WINAPI
 -DllMain (HINSTANCE hinstDLL,
-+static _disabled_DllMain (HINSTANCE hinstDLL,
++gtk_DllMain (HINSTANCE hinstDLL,
  	 DWORD     fdwReason,
  	 LPVOID    lpvReserved)
  {