pHalAllocateMapRegisters type functions are to return NTSTATUS and not BOOLEAN

svn path=/trunk/; revision=51015
This commit is contained in:
Pierre Schweitzer 2011-03-11 13:00:20 +00:00
parent fd5a3bdc63
commit 7161edbfe7

View file

@ -88,7 +88,7 @@ VOID
); );
typedef typedef
BOOLEAN NTSTATUS
(NTAPI *pHalAllocateMapRegisters)( (NTAPI *pHalAllocateMapRegisters)(
IN PADAPTER_OBJECT AdapterObject, IN PADAPTER_OBJECT AdapterObject,
IN ULONG Unknown, IN ULONG Unknown,