mirror of
https://github.com/winfsp/winfsp.git
synced 2026-06-15 09:06:03 -05:00
sys: WIP
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ DriverEntry(
|
||||
DriverObject->MajorFunction[IRP_MJ_SET_QUOTA] = 0;
|
||||
DriverObject->MajorFunction[IRP_MJ_PNP] = 0;
|
||||
|
||||
/* setup fast I/O */
|
||||
/* setup fast I/O and resource acquisition */
|
||||
static FAST_IO_DISPATCH FspFastIoDispatch = { 0 };
|
||||
FspFastIoDispatch.SizeOfFastIoDispatch = sizeof FspFastIoDispatch;
|
||||
FspFastIoDispatch.FastIoCheckIfPossible = FspFastIoCheckIfPossible;
|
||||
|
||||
Reference in New Issue
Block a user