Dmitry Timoshkov : wine.inf: Add kernel32.48/kernel32.49 (ReleaseThunkLock/ RestoreThunkLock) to the RelayExclude list.

Alexandre Julliard julliard at winehq.org
Thu Jun 11 10:54:28 CDT 2009


Module: wine
Branch: master
Commit: 10ccf1d4a6f2df3f23a5b1a23f3acf29c694218e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=10ccf1d4a6f2df3f23a5b1a23f3acf29c694218e

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Thu Jun 11 21:48:50 2009 +0900

wine.inf: Add kernel32.48/kernel32.49 (ReleaseThunkLock/RestoreThunkLock) to the RelayExclude list.

---

 tools/wine.inf.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index ccae9b9..5464213 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -415,7 +415,7 @@ HKLM,%CurrentVersionNT%\Q246009,"Installed",,"1"
 [Debugger]
 HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
 HKLM,%CurrentVersionNT%\AeDebug,"Auto",2,"1"
-HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98"
+HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98"
 HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;user32;gdi32;advapi32;kernel32"
 
 [Desktop]




More information about the wine-cvs mailing list