summaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/pathutil.h')
-rw-r--r--src/libs/dutil/WixToolset.DUtil/inc/pathutil.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h b/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h
index 941793f8..871e706b 100644
--- a/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h
+++ b/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h
@@ -68,6 +68,16 @@ DAPI_(HRESULT) PathExpand(
68 ); 68 );
69 69
70/******************************************************************* 70/*******************************************************************
71 PathGetFullPathName - wrapper around GetFullPathNameW.
72*******************************************************************/
73DAPI_(HRESULT) PathGetFullPathName(
74 __in_z LPCWSTR wzPath,
75 __deref_out_z LPWSTR* psczFullPath,
76 __inout_z_opt LPCWSTR* pwzFileName,
77 __out_opt SIZE_T* pcch
78 );
79
80/*******************************************************************
71 PathPrefix - prefixes a full path with \\?\ or \\?\UNC as 81 PathPrefix - prefixes a full path with \\?\ or \\?\UNC as
72 appropriate. 82 appropriate.
73********************************************************************/ 83********************************************************************/