fixed querying the automatic daylight-savings information

svn path=/trunk/; revision=19791
This commit is contained in:
Thomas Bluemel 2005-11-30 23:32:31 +00:00
parent dbebd881b2
commit dab7881c31

View file

@ -462,7 +462,7 @@ GetAutoDaylightInfo(HWND hwnd)
if (RegOpenKeyExW(HKEY_LOCAL_MACHINE, if (RegOpenKeyExW(HKEY_LOCAL_MACHINE,
L"SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation", L"SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation",
0, 0,
KEY_SET_VALUE, KEY_QUERY_VALUE,
&hKey)) &hKey))
return; return;