diff options
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/dirutil.h')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/inc/dirutil.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/dirutil.h b/src/libs/dutil/WixToolset.DUtil/inc/dirutil.h index 539b3a73..42268a16 100644 --- a/src/libs/dutil/WixToolset.DUtil/inc/dirutil.h +++ b/src/libs/dutil/WixToolset.DUtil/inc/dirutil.h | |||
@@ -46,7 +46,8 @@ DWORD DAPI DirDeleteEmptyDirectoriesToRoot( | |||
46 | ); | 46 | ); |
47 | 47 | ||
48 | HRESULT DAPI DirGetCurrent( | 48 | HRESULT DAPI DirGetCurrent( |
49 | __deref_out_z LPWSTR* psczCurrentDirectory | 49 | __deref_out_z LPWSTR* psczCurrentDirectory, |
50 | __out_opt SIZE_T* pcch | ||
50 | ); | 51 | ); |
51 | 52 | ||
52 | HRESULT DAPI DirSetCurrent( | 53 | HRESULT DAPI DirSetCurrent( |