Dmitry Timoshkov : wine.inf: Update RelayExclude and add RelayFromExclude filter in order to avoid not useful APIs in the traces .

Alexandre Julliard julliard at wine.codeweavers.com
Thu Oct 19 07:19:18 CDT 2006


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

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Thu Oct 19 17:33:33 2006 +0900

wine.inf: Update RelayExclude and add RelayFromExclude filter in order to avoid not useful APIs in the traces.

---

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

diff --git a/tools/wine.inf b/tools/wine.inf
index 11cfe3b..e784385 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -173,7 +173,8 @@ HKLM,%CurrentVersionNT%\Q246009,"Install
 [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.97;kernel32.98"
+HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98"
+HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;user32;gdi32;advapi32;kernel32"
 
 [Desktop]
 HKCU,%Desktop%,"FontSmoothing",2,"0"




More information about the wine-cvs mailing list