mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 06:53:53 +00:00
GetProcessVersion prototype missing.
svn path=/trunk/; revision=1611
This commit is contained in:
parent
41280eeeb5
commit
37361ed1e8
1 changed files with 6 additions and 0 deletions
|
@ -1285,6 +1285,12 @@ GetProcessHeaps(
|
|||
PHANDLE ProcessHeaps
|
||||
);
|
||||
|
||||
DWORD
|
||||
STDCALL
|
||||
GetProcessVersion (
|
||||
DWORD ProcessId
|
||||
);
|
||||
|
||||
WINBOOL
|
||||
STDCALL
|
||||
HeapLock(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue