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=52…
==============================================================================
--- 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,