summaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/inc/dirutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/dirutil.h')
-rw-r--r--src/libs/dutil/WixToolset.DUtil/inc/dirutil.h3
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
21HRESULT DAPI DirCreateTempPath( 21HRESULT 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
27HRESULT DAPI DirEnsureExists( 26HRESULT DAPI DirEnsureExists(