mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
FatCreateCcb has no params.
Fixes building on msvc svn path=/trunk/; revision=51011
This commit is contained in:
parent
65635497f6
commit
8afa712c7a
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ FatiOpenExistingDcb(IN PFAT_IRP_CONTEXT IrpContext,
|
|||
}
|
||||
|
||||
/* Set the file object */
|
||||
Ccb = FatCreateCcb(IrpContext);
|
||||
Ccb = FatCreateCcb();
|
||||
FatSetFileObject(FileObject,
|
||||
UserDirectoryOpen,
|
||||
Dcb,
|
||||
|
|
Loading…
Reference in a new issue