[ros-diffs] [pschweitzer] 51015: [NDK] pHalAllocateMapRegisters type functions are to return NTSTATUS and not BOOLEAN

pschweitzer at svn.reactos.org pschweitzer at svn.reactos.org
Fri Mar 11 13:00:21 UTC 2011


Author: pschweitzer
Date: Fri Mar 11 13:00:20 2011
New Revision: 51015

URL: http://svn.reactos.org/svn/reactos?rev=51015&view=rev
Log:
[NDK]
pHalAllocateMapRegisters type functions are to return NTSTATUS and not BOOLEAN

Modified:
    trunk/reactos/include/ndk/haltypes.h

Modified: trunk/reactos/include/ndk/haltypes.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/haltypes.h?rev=51015&r1=51014&r2=51015&view=diff
==============================================================================
--- trunk/reactos/include/ndk/haltypes.h [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/haltypes.h [iso-8859-1] Fri Mar 11 13:00:20 2011
@@ -88,7 +88,7 @@
 );
 
 typedef
-BOOLEAN
+NTSTATUS
 (NTAPI *pHalAllocateMapRegisters)(
     IN PADAPTER_OBJECT AdapterObject,
     IN ULONG Unknown,




More information about the Ros-diffs mailing list