mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 08:23:01 +00:00
missed this little blighter when fixing the DateTime.. macro
svn path=/trunk/; revision=22485
This commit is contained in:
parent
721c53105a
commit
25e24d88df
1 changed files with 1 additions and 1 deletions
|
@ -1128,7 +1128,7 @@ GetLocalSystemTime(HWND hwnd, PSETUPDATA SetupData)
|
||||||
SYSTEMTIME Date;
|
SYSTEMTIME Date;
|
||||||
SYSTEMTIME Time;
|
SYSTEMTIME Time;
|
||||||
|
|
||||||
if (DateTime_GetSystemTime(GetDlgItem(hwnd, IDC_DATEPICKER), &Date) != GDT_VALID)
|
if (DateTime_GetSystemtime(GetDlgItem(hwnd, IDC_DATEPICKER), &Date) != GDT_VALID)
|
||||||
{
|
{
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue