Fixed typo.

svn path=/trunk/; revision=473
This commit is contained in:
Eric Kohl 1999-05-15 22:44:38 +00:00
parent c6b0f56200
commit 88df0b7726

View file

@ -496,7 +496,7 @@ STDCALL
GetSystemTimeAdjustment(
PDWORD lpTimeAdjustment,
PDWORD lpTimeIncrement,
PBOOL lpTimeAdjustmentDisabled
PWINBOOL lpTimeAdjustmentDisabled
)
{
// FIXME: Preliminary default settings.
@ -510,8 +510,8 @@ GetSystemTimeAdjustment(
WINBOOL
STDCALL
SetSystemTimeAdjustment(
DWORD dwTimeAdjustment,
BOOL bTimeAdjustmentDisabled
DWORD dwTimeAdjustment,
WINBOOL bTimeAdjustmentDisabled
)
{