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

Alexandre Julliard julliard at winehq.org
Thu Dec 2 16:30:51 CST 2010


Module: wine
Branch: stable
Commit: 3580277ee0caceadde0e5b492fdfd9f26bb107b4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3580277ee0caceadde0e5b492fdfd9f26bb107b4

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.
(cherry picked from commit c6a6541d13d51f6f1d350a27edbc986bb7ccdf35)

---

 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 a57d462..f25e067 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -476,7 +476,7 @@ HKLM,%CurrentVersionNT%\ProfileList,,16
 [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