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, 1 insertions, 2 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/dirutil.h b/src/libs/dutil/WixToolset.DUtil/inc/dirutil.h index 42268a16..b8fc0431 100644 --- a/src/libs/dutil/WixToolset.DUtil/inc/dirutil.h +++ b/src/libs/dutil/WixToolset.DUtil/inc/dirutil.h | |||
@@ -20,8 +20,7 @@ BOOL DAPI DirExists( | |||
20 | 20 | ||
21 | HRESULT DAPI DirCreateTempPath( | 21 | HRESULT DAPI DirCreateTempPath( |
22 | __in_z LPCWSTR wzPrefix, | 22 | __in_z LPCWSTR wzPrefix, |
23 | __out_ecount_z(cchPath) LPWSTR wzPath, | 23 | __out_opt LPWSTR* psczTempFile |
24 | __in DWORD cchPath | ||
25 | ); | 24 | ); |
26 | 25 | ||
27 | HRESULT DAPI DirEnsureExists( | 26 | HRESULT DAPI DirEnsureExists( |