From: Emanuele Aliberti Date: Sun, 18 Mar 2001 20:18:34 +0000 (+0000) Subject: KERNEL32.GetSystemTimeAsFileTime prototype added. X-Git-Tag: backups/FreeLoader@12428~193 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=f907dc6e877503afc95e255b7c2f17c78edf4768 KERNEL32.GetSystemTimeAsFileTime prototype added. svn path=/trunk/; revision=1712 --- diff --git a/reactos/include/funcs.h b/reactos/include/funcs.h index 17b2bea7162..0db3e7e5178 100644 --- a/reactos/include/funcs.h +++ b/reactos/include/funcs.h @@ -2397,6 +2397,11 @@ GetSystemTime( LPSYSTEMTIME lpSystemTime ); +VOID +STDCALL +GetSystemTimeAsFileTime ( + LPFILETIME lpSystemTimeAsFileTime + ); WINBOOL STDCALL