summaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-05-26 17:31:36 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-05-31 13:20:44 -0500
commit8b6f46af50651e0b1faf7adf94a179c6e16a05b1 (patch)
tree5712eb6cb122255999c483942d2f2a74be818cdd /src/libs/dutil/WixToolset.DUtil/inc/pathutil.h
parent47e6ad2e072bed9f381c947b565b2f818c649121 (diff)
downloadwix-8b6f46af50651e0b1faf7adf94a179c6e16a05b1.tar.gz
wix-8b6f46af50651e0b1faf7adf94a179c6e16a05b1.tar.bz2
wix-8b6f46af50651e0b1faf7adf94a179c6e16a05b1.zip
PathEnsureQuoted is not generally useful.
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, 0 insertions, 10 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h b/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h
index 00a468ce..44d36568 100644
--- a/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h
+++ b/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h
@@ -196,16 +196,6 @@ DAPI_(HRESULT) PathConcatCch(
196 ); 196 );
197 197
198/******************************************************************* 198/*******************************************************************
199 PathEnsureQuoted - ensures that a path is quoted; optionally,
200 this function also terminates a directory with a backslash
201 if it is not already.
202*******************************************************************/
203DAPI_(HRESULT) PathEnsureQuoted(
204 __inout LPWSTR* ppszPath,
205 __in BOOL fDirectory
206 );
207
208/*******************************************************************
209 PathCompare - compares the fully expanded path of the two paths using 199 PathCompare - compares the fully expanded path of the two paths using
210 ::CompareStringW(). 200 ::CompareStringW().
211*******************************************************************/ 201*******************************************************************/