mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
tst: winfsp-tests: ResilientRemoveDirectoryW
This commit is contained in:
@ -105,6 +105,8 @@ BOOL ResilientCloseHandle(
|
||||
HANDLE hObject);
|
||||
BOOL ResilientDeleteFileW(
|
||||
LPCWSTR lpFileName);
|
||||
BOOL ResilientRemoveDirectoryW(
|
||||
LPCWSTR lpPathName);
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user