mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:35:45 +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 */
|
/* Set the file object */
|
||||||
Ccb = FatCreateCcb(IrpContext);
|
Ccb = FatCreateCcb();
|
||||||
FatSetFileObject(FileObject,
|
FatSetFileObject(FileObject,
|
||||||
UserDirectoryOpen,
|
UserDirectoryOpen,
|
||||||
Dcb,
|
Dcb,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue