mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-29 19:18:39 -05:00 
			
		
		
		
	sys: WIP
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user