mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-26 12:32:54 -05:00
tst: ntptfs: new passthrough file system
This commit is contained in:
@@ -52,6 +52,11 @@ BOOL WINAPI HookDeleteFileW(
|
||||
LPCWSTR lpFileName);
|
||||
BOOL WINAPI HookRemoveDirectoryW(
|
||||
LPCWSTR lpPathName);
|
||||
static inline BOOL RealRemoveDirectoryW(
|
||||
LPCWSTR lpPathName)
|
||||
{
|
||||
return RemoveDirectoryW(lpPathName);
|
||||
}
|
||||
BOOL WINAPI HookMoveFileExW(
|
||||
LPCWSTR lpExistingFileName,
|
||||
LPCWSTR lpNewFileName,
|
||||
|
Reference in New Issue
Block a user