From dec695f6c1a29b6189243c4c3c1f931b5585ce37 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 7 Aug 2006 21:37:34 +0200 Subject: [PATCH] wine.inf: Use %CurrentVersionNT% wherever applicable. --- tools/wine.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/wine.inf b/tools/wine.inf index a39670deec5..b16a4633b00 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] -- 2.11.4.GIT