mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 01:12:58 -05:00
sys: WIP
This commit is contained in:
@ -13,7 +13,7 @@ static NTSTATUS FspFsvrtClose(
|
||||
static NTSTATUS FspFsvolClose(
|
||||
PDEVICE_OBJECT DeviceObject, PIRP Irp, PIO_STACK_LOCATION IrpSp);
|
||||
FSP_DRIVER_DISPATCH FspClose;
|
||||
FSP_IOPROC_DISPATCH FspCloseComplete;
|
||||
FSP_IOCMPL_DISPATCH FspCloseComplete;
|
||||
|
||||
#ifdef ALLOC_PRAGMA
|
||||
#pragma alloc_text(PAGE, FspFsctlClose)
|
||||
|
Reference in New Issue
Block a user