mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
change macros to call correct version
svn path=/trunk/; revision=22480
This commit is contained in:
@@ -124,7 +124,7 @@ SetLocalSystemTime(HWND hwnd)
|
||||
{
|
||||
SYSTEMTIME Time;
|
||||
|
||||
if (DateTime_GetSystemTime(GetDlgItem(hwnd,
|
||||
if (DateTime_GetSystemtime(GetDlgItem(hwnd,
|
||||
IDC_TIMEPICKER),
|
||||
&Time) == GDT_VALID &&
|
||||
SendMessage(GetDlgItem(hwnd,
|
||||
|
||||
@@ -1133,7 +1133,7 @@ GetLocalSystemTime(HWND hwnd, PSETUPDATA SetupData)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (DateTime_GetSystemTime(GetDlgItem(hwnd, IDC_TIMEPICKER), &Time) != GDT_VALID)
|
||||
if (DateTime_GetSystemtime(GetDlgItem(hwnd, IDC_TIMEPICKER), &Time) != GDT_VALID)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user