mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:46:29 +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
|
PHANDLE ProcessHeaps
|
||||||
);
|
);
|
||||||
|
|
||||||
|
DWORD
|
||||||
|
STDCALL
|
||||||
|
GetProcessVersion (
|
||||||
|
DWORD ProcessId
|
||||||
|
);
|
||||||
|
|
||||||
WINBOOL
|
WINBOOL
|
||||||
STDCALL
|
STDCALL
|
||||||
HeapLock(
|
HeapLock(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue