mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NDK]
pHalAllocateMapRegisters type functions are to return NTSTATUS and not BOOLEAN svn path=/trunk/; revision=51015
This commit is contained in:
parent
fd5a3bdc63
commit
7161edbfe7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue