mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Added missing RtlGetProcessHeaps() prototype
svn path=/trunk/; revision=1625
This commit is contained in:
parent
0e40521339
commit
65a803db11
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: rtl.h,v 1.23 2001/02/11 00:14:25 ekohl Exp $
|
||||
/* $Id: rtl.h,v 1.24 2001/02/17 17:40:05 ekohl Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -168,6 +168,13 @@ ULONG STDCALL RtlGetNtGlobalFlags(VOID);
|
|||
|
||||
BOOLEAN STDCALL RtlGetNtProductType(PNT_PRODUCT_TYPE ProductType);
|
||||
|
||||
ULONG
|
||||
STDCALL
|
||||
RtlGetProcessHeaps (
|
||||
ULONG HeapCount,
|
||||
HANDLE *HeapArray
|
||||
);
|
||||
|
||||
ULONG
|
||||
STDCALL
|
||||
RtlIsDosDeviceName_U (
|
||||
|
|
Loading…
Reference in a new issue