Mike McCormack : wine.inf: Add a default RelayExclude.
Module: wine Branch: refs/heads/master Commit: af9288d5917f745e7294e42c2f6a6bec8dccdab1 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=af9288d5917f745e7294e42c... Author: Mike McCormack <mike(a)codeweavers.com> Date: Wed Mar 1 00:21:52 2006 +0900 wine.inf: Add a default RelayExclude. --- tools/wine.inf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/wine.inf b/tools/wine.inf index b94a3a5..a86ab58 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -152,6 +152,7 @@ HKLM,Software\Microsoft\Windows NT\Curre [Debugger] HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Debugger",2,"winedbg --auto %ld %ld" HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Auto",2,"1" +HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.97;kernel32.98" [Desktop] HKCU,%Desktop%,"FontSmoothing",2,"0"
participants (1)
-
Alexandre Julliard