1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-06-15 09:06:03 -05:00

sys: minor reorg

This commit is contained in:
Bill Zissimopoulos
2015-11-16 16:44:25 -08:00
parent 1b18452663
commit a5a859587a
4 changed files with 30 additions and 27 deletions
+2 -2
View File
@@ -6,8 +6,6 @@
#include <sys/driver.h>
PDEVICE_OBJECT FspDeviceObject;
DRIVER_INITIALIZE DriverEntry;
DRIVER_UNLOAD FspUnload;
@@ -105,3 +103,5 @@ FspUnload(
{
UNREFERENCED_PARAMETER(DriverObject);
}
PDEVICE_OBJECT FspDeviceObject;