From: Emanuele Aliberti Date: Sat, 10 Feb 2001 22:00:20 +0000 (+0000) Subject: GetProcessVersion prototype missing. X-Git-Tag: backups/FreeLoader@12428~294 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=37361ed1e82fa2ea0d7140bed4570e90b536e41b;hp=41280eeeb56998a48d5dcc0588ea1f98bd3980b5;ds=inline GetProcessVersion prototype missing. svn path=/trunk/; revision=1611 --- diff --git a/reactos/include/funcs.h b/reactos/include/funcs.h index 652e48a6440..17b2bea7162 100644 --- a/reactos/include/funcs.h +++ b/reactos/include/funcs.h @@ -1285,6 +1285,12 @@ GetProcessHeaps( PHANDLE ProcessHeaps ); +DWORD +STDCALL +GetProcessVersion ( + DWORD ProcessId + ); + WINBOOL STDCALL HeapLock(