Author: gedmurphy
Date: Thu Mar 10 15:37:51 2011
New Revision: 51011
URL:
http://svn.reactos.org/svn/reactos?rev=51011&view=rev
Log:
FatCreateCcb has no params.
Fixes building on msvc
Modified:
trunk/reactos/drivers/filesystems/fastfat_new/dir.c
Modified: trunk/reactos/drivers/filesystems/fastfat_new/dir.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfa…
==============================================================================
--- trunk/reactos/drivers/filesystems/fastfat_new/dir.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/fastfat_new/dir.c [iso-8859-1] Thu Mar 10 15:37:51
2011
@@ -248,7 +248,7 @@
}
/* Set the file object */
- Ccb = FatCreateCcb(IrpContext);
+ Ccb = FatCreateCcb();
FatSetFileObject(FileObject,
UserDirectoryOpen,
Dcb,