From 7161edbfe731bd14a978bb2fb27f195b78c7fd8c Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Fri, 11 Mar 2011 13:00:20 +0000 Subject: [PATCH] [NDK] pHalAllocateMapRegisters type functions are to return NTSTATUS and not BOOLEAN svn path=/trunk/; revision=51015 --- reactos/include/ndk/haltypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ndk/haltypes.h b/reactos/include/ndk/haltypes.h index f7d5e57082a..272a0d4fdc2 100644 --- a/reactos/include/ndk/haltypes.h +++ b/reactos/include/ndk/haltypes.h @@ -88,7 +88,7 @@ VOID ); typedef -BOOLEAN +NTSTATUS (NTAPI *pHalAllocateMapRegisters)( IN PADAPTER_OBJECT AdapterObject, IN ULONG Unknown,