[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:00:56 UTC 2012


The following commit has been merged in the wheezy branch:
commit b902a28fdcc53d113983acbe9ddc4ce8505486ea
Author: André Hentschel <nerv at dawncrow.de>
Date:   Thu Mar 8 15:00:25 2012 +0100

    kernel32: Make GetModuleHandleA hotpatchable.
    (cherry picked from commit 6d66de583fe218d37c90a69e45977f4764e2ab70)

diff --git a/dlls/kernel32/module.c b/dlls/kernel32/module.c
index 1b0b23f..7d4d93b 100644
--- a/dlls/kernel32/module.c
+++ b/dlls/kernel32/module.c
@@ -558,7 +558,7 @@ BOOL WINAPI GetModuleHandleExW( DWORD flags, LPCWSTR name, HMODULE *module )
  *  Success: A handle to the loaded dll.
  *  Failure: A NULL handle. Use GetLastError() to determine the cause.
  */
-HMODULE WINAPI GetModuleHandleA(LPCSTR module)
+HMODULE WINAPI DECLSPEC_HOTPATCH GetModuleHandleA(LPCSTR module)
 {
     HMODULE ret;
 

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list