[ros-diffs] [tkreuzer] 52237: [DDK] according to WDK FsRtlRemoveBaseMcbEntry returns BOOLEAN

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue Jun 14 20:36:24 UTC 2011


Author: tkreuzer
Date: Tue Jun 14 20:36:24 2011
New Revision: 52237

URL: http://svn.reactos.org/svn/reactos?rev=52237&view=rev
Log:
[DDK]
according to WDK FsRtlRemoveBaseMcbEntry returns BOOLEAN

Modified:
    trunk/reactos/include/ddk/ntifs.h

Modified: trunk/reactos/include/ddk/ntifs.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/ntifs.h?rev=52237&r1=52236&r2=52237&view=diff
==============================================================================
--- trunk/reactos/include/ddk/ntifs.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/ntifs.h [iso-8859-1] Tue Jun 14 20:36:24 2011
@@ -7344,7 +7344,7 @@
   IN LONGLONG SectorCount);
 
 NTKERNELAPI
-VOID
+BOOLEAN
 NTAPI
 FsRtlRemoveBaseMcbEntry(
   IN PBASE_MCB Mcb,




More information about the Ros-diffs mailing list