1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-06-15 00:56:02 -05:00
This commit is contained in:
Bill Zissimopoulos
2015-11-16 17:52:07 -08:00
parent a5a859587a
commit f35020612d
20 changed files with 94 additions and 1 deletions
+2
View File
@@ -20,5 +20,7 @@ FspClose(
UNREFERENCED_PARAMETER(DeviceObject);
UNREFERENCED_PARAMETER(Irp);
PAGED_CODE();
return STATUS_NOT_IMPLEMENTED;
}