Alexandre Julliard : wine.inf: Add a few more common functions to be excluded from relay traces.

Alexandre Julliard julliard at winehq.org
Wed Oct 6 14:04:15 CDT 2010


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Oct  6 11:44:48 2010 +0200

wine.inf: Add a few more common functions to be excluded from relay traces.

---

 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 1146ec6..04fa375 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -483,7 +483,7 @@ HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16428%"
 [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.48;kernel32.49;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;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError"
 HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;user32;gdi32;advapi32;kernel32"
 
 [Desktop]




More information about the wine-cvs mailing list