Added missing RtlGetProcessHeaps() prototype

svn path=/trunk/; revision=1625
This commit is contained in:
Eric Kohl 2001-02-17 17:40:05 +00:00
parent 0e40521339
commit 65a803db11

View file

@ -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 (