Module: wine Branch: refs/heads/master Commit: dec695f6c1a29b6189243c4c3c1f931b5585ce37 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=dec695f6c1a29b6189243c4c...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Aug 7 21:37:34 2006 +0200
wine.inf: Use %CurrentVersionNT% wherever applicable.
---
tools/wine.inf | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/wine.inf b/tools/wine.inf index a39670d..b16a463 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -164,8 +164,8 @@ HKLM,%CurrentVersionNT%\Fonts,,,"" HKLM,%CurrentVersionNT%\Q246009,"Installed",,"1"
[Debugger] -HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Debugger",2,"winedbg --auto %ld %ld" -HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Auto",2,"1" +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"
[Desktop]