tools/wine.inf: add HKLM, System\CurrentControlSet\Control\TimeZoneInformation\{StandardName, TimeZoneKeyName} registry keys

Austin English austinenglish at gmail.com
Tue Jan 8 22:33:33 CST 2013


>From the keeping Focht happy department.

Fixes http://bugs.winehq.org/show_bug.cgi?id=32659

-- 
-Austin
-------------- next part --------------
diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 9d0650f..c9688bc 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -639,6 +639,8 @@ HKLM,Software\Microsoft\Transaction Server,,16
 HKLM,Software\Policies,,16
 HKLM,Software\Registered Applications,,16
 HKLM,System\CurrentControlSet\Control\Lsa,,16
+HKLM,System\CurrentControlSet\Control\TimeZoneInformation,"StandardName",,""
+HKLM,System\CurrentControlSet\Control\TimeZoneInformation,"TimeZoneKeyName",,""
 HKLM,System\CurrentControlSet\Control\VirtualDeviceDrivers,,16
 HKLM,System\CurrentControlSet\Control\VMM32Files,,16
 HKCU,AppEvents\Schemes\Apps\Explorer\Navigating\.Current,,,""


More information about the wine-patches mailing list