From 65a803db11a0ebe2932cea281f5f177e16f2c0c9 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sat, 17 Feb 2001 17:40:05 +0000 Subject: [PATCH] Added missing RtlGetProcessHeaps() prototype svn path=/trunk/; revision=1625 --- reactos/include/ntdll/rtl.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/reactos/include/ntdll/rtl.h b/reactos/include/ntdll/rtl.h index 0e775a54daf..16d72d0ccf4 100644 --- a/reactos/include/ntdll/rtl.h +++ b/reactos/include/ntdll/rtl.h @@ -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 (