mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[MSFS]
Addendum to r69475 By Thomas Faber svn path=/trunk/; revision=69477
This commit is contained in:
parent
a5031d7982
commit
ecba06ffa2
3 changed files with 1 additions and 4 deletions
|
@ -4,8 +4,8 @@ list(APPEND SOURCE
|
|||
finfo.c
|
||||
fsctrl.c
|
||||
msfs.c
|
||||
rw.c
|
||||
msfssup.c
|
||||
rw.c
|
||||
msfs.h)
|
||||
|
||||
add_library(msfs SHARED ${SOURCE} msfs.rc)
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#define __DRIVERS_FS_MS_MSFS_H
|
||||
|
||||
#include <ntifs.h>
|
||||
#include <wdm.h>
|
||||
|
||||
#define DEFAULTAPI NTAPI
|
||||
|
||||
|
|
|
@ -123,8 +123,6 @@ MsfsRead(PDEVICE_OBJECT DeviceObject,
|
|||
}
|
||||
|
||||
Fcb->WaitCount++;
|
||||
Irp->IoStatus.Status = STATUS_PENDING;
|
||||
Irp->IoStatus.Information = 0;
|
||||
IoMarkIrpPending(Irp);
|
||||
|
||||
return STATUS_PENDING;
|
||||
|
|
Loading…
Reference in a new issue