sys: FSP_ENTER, FSP_LEAVE now do FsRtlEnterFileSystem, FsRtlExitFileSystem

This commit is contained in:
Bill Zissimopoulos
2015-11-18 15:34:03 -08:00
parent 280c41eef4
commit 9fe93bfb5d
2 changed files with 17 additions and 18 deletions

View File

@ -1,5 +1,6 @@
@echo off
set CONFIG=Debug
set DRIVER=winfsp-x64.sys
set TARGET_MACHINE=WIN8DBG
set TARGET_ACCOUNT=\Users\%USERNAME%\Downloads\winfsp\
@ -8,6 +9,6 @@ set TARGET=\\%TARGET_MACHINE%%TARGET_ACCOUNT%
echo on
cd %~dp0..
mkdir %TARGET% 2>nul
copy build\VStudio\build\Debug\%DRIVER% %TARGET%
copy build\VStudio\build\%CONFIG%\%DRIVER% %TARGET%
echo sc create winfsp type=filesys binPath=%%~dp0%DRIVER% >%TARGET%sc-create.bat
echo sc delete winfsp >%TARGET%sc-delete.bat