mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 03:23:42 +00:00
Fixed typo.
svn path=/trunk/; revision=473
This commit is contained in:
parent
c6b0f56200
commit
88df0b7726
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
)
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue