wine.inf: Use %CurrentVersionNT% wherever applicable.

Francois Gouget fgouget at codeweavers.com
Fri Aug 4 10:43:42 CDT 2006


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

diff --git a/tools/wine.inf b/tools/wine.inf
index 5a6531a..c240d4f 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]
-- 
1.4.1




More information about the wine-patches mailing list