From f907dc6e877503afc95e255b7c2f17c78edf4768 Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Sun, 18 Mar 2001 20:18:34 +0000 Subject: [PATCH] KERNEL32.GetSystemTimeAsFileTime prototype added. svn path=/trunk/; revision=1712 --- reactos/include/funcs.h | 5 +++++ 1 file changed, 5 insertions(+) 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