diff options
Diffstat (limited to '')
-rw-r--r-- | src/dutil/inc/dirutil.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dutil/inc/dirutil.h b/src/dutil/inc/dirutil.h index 0a19a9c0..539b3a73 100644 --- a/src/dutil/inc/dirutil.h +++ b/src/dutil/inc/dirutil.h | |||
@@ -40,6 +40,11 @@ HRESULT DAPI DirEnsureDeleteEx( | |||
40 | __in DWORD dwFlags | 40 | __in DWORD dwFlags |
41 | ); | 41 | ); |
42 | 42 | ||
43 | DWORD DAPI DirDeleteEmptyDirectoriesToRoot( | ||
44 | __in_z LPCWSTR wzPath, | ||
45 | __in DWORD dwFlags | ||
46 | ); | ||
47 | |||
43 | HRESULT DAPI DirGetCurrent( | 48 | HRESULT DAPI DirGetCurrent( |
44 | __deref_out_z LPWSTR* psczCurrentDirectory | 49 | __deref_out_z LPWSTR* psczCurrentDirectory |
45 | ); | 50 | ); |