omg, glad to see you committing :-)
Date: Thu, 10 Mar 2011 15:37:51 +0000 To: ros-diffs@reactos.org From: gedmurphy@svn.reactos.org Subject: [ros-diffs] [gedmurphy] 51011: FatCreateCcb has no params. Fixes building on msvc
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/fastfat... ============================================================================== --- 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,