mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-24 21:12:46 -06:00
dll: WIP
This commit is contained in:
@@ -40,7 +40,7 @@ FSP_API NTSTATUS FspFileSystemCreate(PWSTR DevicePath,
|
||||
}
|
||||
|
||||
FileSystem->Dispatcher = FspFileSystemDirectDispatcher;
|
||||
FileSystem->Operations[FspFsctlTransactCreateKind] = 0;
|
||||
FileSystem->Operations[FspFsctlTransactCreateKind] = FspFileSystemOpCreate;
|
||||
// !!!: ...
|
||||
FileSystem->Interface = Interface;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user