mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -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