mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
KERNEL32.GetSystemTimeAsFileTime prototype added.
svn path=/trunk/; revision=1712
This commit is contained in:
parent
7e2c26824a
commit
f907dc6e87
1 changed files with 5 additions and 0 deletions
|
@ -2397,6 +2397,11 @@ GetSystemTime(
|
|||
LPSYSTEMTIME lpSystemTime
|
||||
);
|
||||
|
||||
VOID
|
||||
STDCALL
|
||||
GetSystemTimeAsFileTime (
|
||||
LPFILETIME lpSystemTimeAsFileTime
|
||||
);
|
||||
|
||||
WINBOOL
|
||||
STDCALL
|
||||
|
|
Loading…
Reference in a new issue