mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-24 09:23:37 -05:00
sys: WIP
This commit is contained in:
parent
b88eb453e6
commit
be46a057c5
@ -62,7 +62,7 @@ DriverEntry(
|
|||||||
DriverObject->MajorFunction[IRP_MJ_SET_QUOTA] = 0;
|
DriverObject->MajorFunction[IRP_MJ_SET_QUOTA] = 0;
|
||||||
DriverObject->MajorFunction[IRP_MJ_PNP] = 0;
|
DriverObject->MajorFunction[IRP_MJ_PNP] = 0;
|
||||||
|
|
||||||
/* setup fast I/O */
|
/* setup fast I/O and resource acquisition */
|
||||||
static FAST_IO_DISPATCH FspFastIoDispatch = { 0 };
|
static FAST_IO_DISPATCH FspFastIoDispatch = { 0 };
|
||||||
FspFastIoDispatch.SizeOfFastIoDispatch = sizeof FspFastIoDispatch;
|
FspFastIoDispatch.SizeOfFastIoDispatch = sizeof FspFastIoDispatch;
|
||||||
FspFastIoDispatch.FastIoCheckIfPossible = FspFastIoCheckIfPossible;
|
FspFastIoDispatch.FastIoCheckIfPossible = FspFastIoCheckIfPossible;
|
||||||
|
@ -51,6 +51,6 @@ FAST_IO_ACQUIRE_FOR_CCFLUSH FspAcquireForCcFlush;
|
|||||||
FAST_IO_RELEASE_FOR_CCFLUSH FspReleaseForCcFlush;
|
FAST_IO_RELEASE_FOR_CCFLUSH FspReleaseForCcFlush;
|
||||||
|
|
||||||
/* extern */
|
/* extern */
|
||||||
PDEVICE_OBJECT FspDeviceObject;
|
extern PDEVICE_OBJECT FspDeviceObject;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user