Dmitry Timoshkov wrote: > Hello, > > please use this version intead of the previous one. > > Changelog: > Update RelayExclude and add RelayFromExclude filter in order to avoid not > useful APIs in the traces, and greatly reduce the size of the relay logs. > > --- cvs/hq/wine/tools/wine.inf Mon Oct 09 15:33:50 2006 > +++ wine/tools/wine.inf Thu Oct 19 08:30:03 2006 > @@ -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" Please don't. Kernel32 is the source of all core functionality. As well as winex11drv, user32 and gdi32. No this will generate more broken bug reports.
Vitaliy.
