mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: WIP
This commit is contained in:
@ -105,6 +105,9 @@ DriverEntry(
|
||||
return Status;
|
||||
}
|
||||
|
||||
/* register as a file system; this informs all filter drivers */
|
||||
IoRegisterFileSystem(FspDeviceObject);
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user