Author: pschweitzer
Date: Sun Nov 28 16:43:40 2010
New Revision: 49851
URL:
http://svn.reactos.org/svn/reactos?rev=49851&view=rev
Log:
[DDK]
FsRtlRemoveBaseMcbEntry() return is VOID
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=49…
==============================================================================
--- trunk/reactos/include/ddk/ntifs.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/ntifs.h [iso-8859-1] Sun Nov 28 16:43:40 2010
@@ -7344,7 +7344,7 @@
IN LONGLONG SectorCount);
NTKERNELAPI
-BOOLEAN
+VOID
NTAPI
FsRtlRemoveBaseMcbEntry(
IN PBASE_MCB Mcb,