FatCreateCcb has no params.

Fixes building on msvc

svn path=/trunk/; revision=51011
This commit is contained in:
Ged Murphy 2011-03-10 15:37:51 +00:00
parent 65635497f6
commit 8afa712c7a

View file

@ -248,7 +248,7 @@ FatiOpenExistingDcb(IN PFAT_IRP_CONTEXT IrpContext,
}
/* Set the file object */
Ccb = FatCreateCcb(IrpContext);
Ccb = FatCreateCcb();
FatSetFileObject(FileObject,
UserDirectoryOpen,
Dcb,