tst: winfsp-tests: ResilientRemoveDirectoryW

This commit is contained in:
Bill Zissimopoulos
2016-10-26 14:36:38 -07:00
parent 8f54152096
commit 205a59dbc6
3 changed files with 30 additions and 1 deletions

View File

@ -105,6 +105,8 @@ BOOL ResilientCloseHandle(
HANDLE hObject);
BOOL ResilientDeleteFileW(
LPCWSTR lpFileName);
BOOL ResilientRemoveDirectoryW(
LPCWSTR lpPathName);
typedef struct
{