mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[MSFS]
Addendum to r69475 By Thomas Faber svn path=/trunk/; revision=69477
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user