mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 07:41:51 +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(
|
GetSystemTimeAdjustment(
|
||||||
PDWORD lpTimeAdjustment,
|
PDWORD lpTimeAdjustment,
|
||||||
PDWORD lpTimeIncrement,
|
PDWORD lpTimeIncrement,
|
||||||
PBOOL lpTimeAdjustmentDisabled
|
PWINBOOL lpTimeAdjustmentDisabled
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
// FIXME: Preliminary default settings.
|
// FIXME: Preliminary default settings.
|
||||||
|
@ -511,7 +511,7 @@ WINBOOL
|
||||||
STDCALL
|
STDCALL
|
||||||
SetSystemTimeAdjustment(
|
SetSystemTimeAdjustment(
|
||||||
DWORD dwTimeAdjustment,
|
DWORD dwTimeAdjustment,
|
||||||
BOOL bTimeAdjustmentDisabled
|
WINBOOL bTimeAdjustmentDisabled
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue