[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:57 UTC 2012


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

    kernel32: Make Sleep hotpatchable.
    (cherry picked from commit 00efe754f5af37a9a2a16e550197121fbdfed7dd)

diff --git a/dlls/kernel32/sync.c b/dlls/kernel32/sync.c
index 7d5d45c..acbfab0 100644
--- a/dlls/kernel32/sync.c
+++ b/dlls/kernel32/sync.c
@@ -92,7 +92,7 @@ static inline PLARGE_INTEGER get_nt_timeout( PLARGE_INTEGER pTime, DWORD timeout
 /***********************************************************************
  *              Sleep  (KERNEL32.@)
  */
-VOID WINAPI Sleep( DWORD timeout )
+VOID WINAPI DECLSPEC_HOTPATCH Sleep( DWORD timeout )
 {
     SleepEx( timeout, FALSE );
 }

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list