diff options
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/pathutil.h')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/inc/pathutil.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h b/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h index 875cfafb..f36e6ebc 100644 --- a/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h +++ b/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h | |||
@@ -205,6 +205,15 @@ DAPI_(HRESULT) PathGetTempPath( | |||
205 | ); | 205 | ); |
206 | 206 | ||
207 | /******************************************************************* | 207 | /******************************************************************* |
208 | PathSystemWindowsSubdirectory - returns the path to the Windows folder | ||
209 | or a subdirectory of that folder that is backslash terminated. | ||
210 | *******************************************************************/ | ||
211 | DAPI_(HRESULT) PathSystemWindowsSubdirectory( | ||
212 | __in_z_opt LPCWSTR wzSubdirectory, | ||
213 | __out_z LPWSTR* psczFullPath | ||
214 | ); | ||
215 | |||
216 | /******************************************************************* | ||
208 | PathGetSystemTempPaths - returns the paths to system temp folders | 217 | PathGetSystemTempPaths - returns the paths to system temp folders |
209 | that are backslash terminated with higher preference first. | 218 | that are backslash terminated with higher preference first. |
210 | *******************************************************************/ | 219 | *******************************************************************/ |