mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-24 01:13:04 -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_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;
|
||||
|
@ -51,6 +51,6 @@ FAST_IO_ACQUIRE_FOR_CCFLUSH FspAcquireForCcFlush;
|
||||
FAST_IO_RELEASE_FOR_CCFLUSH FspReleaseForCcFlush;
|
||||
|
||||
/* extern */
|
||||
PDEVICE_OBJECT FspDeviceObject;
|
||||
extern PDEVICE_OBJECT FspDeviceObject;
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user