missed this little blighter when fixing the DateTime.. macro

svn path=/trunk/; revision=22485
This commit is contained in:
Ged Murphy 2006-06-21 19:44:06 +00:00
parent 721c53105a
commit 25e24d88df

View file

@ -1128,7 +1128,7 @@ GetLocalSystemTime(HWND hwnd, PSETUPDATA SetupData)
SYSTEMTIME Date;
SYSTEMTIME Time;
if (DateTime_GetSystemTime(GetDlgItem(hwnd, IDC_DATEPICKER), &Date) != GDT_VALID)
if (DateTime_GetSystemtime(GetDlgItem(hwnd, IDC_DATEPICKER), &Date) != GDT_VALID)
{
return FALSE;
}