mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
fixed querying the automatic daylight-savings information
svn path=/trunk/; revision=19791
This commit is contained in:
parent
dbebd881b2
commit
dab7881c31
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ GetAutoDaylightInfo(HWND hwnd)
|
|||
if (RegOpenKeyExW(HKEY_LOCAL_MACHINE,
|
||||
L"SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation",
|
||||
0,
|
||||
KEY_SET_VALUE,
|
||||
KEY_QUERY_VALUE,
|
||||
&hKey))
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue