aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/inc/shelutil.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-03-02 14:19:14 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-03-02 15:40:02 -0600
commit10ebf674da5df9224e4eddd3545518434c5b455b (patch)
treeea1f4063edd46e9942eab94dd7adb2f75c6c589e /src/dutil/inc/shelutil.h
parent3bbf1347b900ec115a12faf8f46965c9b7649696 (diff)
downloadwix-10ebf674da5df9224e4eddd3545518434c5b455b.tar.gz
wix-10ebf674da5df9224e4eddd3545518434c5b455b.tar.bz2
wix-10ebf674da5df9224e4eddd3545518434c5b455b.zip
Update rest of dutil to use their own source with the Exit* macros.
Fix some CA warnings.
Diffstat (limited to 'src/dutil/inc/shelutil.h')
-rw-r--r--src/dutil/inc/shelutil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dutil/inc/shelutil.h b/src/dutil/inc/shelutil.h
index 21e82672..0b9f539d 100644
--- a/src/dutil/inc/shelutil.h
+++ b/src/dutil/inc/shelutil.h
@@ -19,9 +19,9 @@ void DAPI ShelFunctionOverride(
19 ); 19 );
20HRESULT DAPI ShelExec( 20HRESULT DAPI ShelExec(
21 __in_z LPCWSTR wzTargetPath, 21 __in_z LPCWSTR wzTargetPath,
22 __in_opt LPCWSTR wzParameters, 22 __in_z_opt LPCWSTR wzParameters,
23 __in_opt LPCWSTR wzVerb, 23 __in_z_opt LPCWSTR wzVerb,
24 __in_opt LPCWSTR wzWorkingDirectory, 24 __in_z_opt LPCWSTR wzWorkingDirectory,
25 __in int nShowCmd, 25 __in int nShowCmd,
26 __in_opt HWND hwndParent, 26 __in_opt HWND hwndParent,
27 __out_opt HANDLE* phProcess 27 __out_opt HANDLE* phProcess