mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[NTFS]
Forgot that file... svn path=/trunk/; revision=64693
This commit is contained in:
parent
e8d374127e
commit
0892e523ce
1 changed files with 4 additions and 0 deletions
|
@ -470,6 +470,10 @@ NtfsDeviceIoControl(IN PDEVICE_OBJECT DeviceObject,
|
|||
|
||||
/* close.c */
|
||||
|
||||
NTSTATUS
|
||||
NtfsCloseFile(PDEVICE_EXTENSION DeviceExt,
|
||||
PFILE_OBJECT FileObject);
|
||||
|
||||
DRIVER_DISPATCH NtfsFsdClose;
|
||||
NTSTATUS NTAPI
|
||||
NtfsFsdClose(PDEVICE_OBJECT DeviceObject,
|
||||
|
|
Loading…
Reference in a new issue