diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-06-24 12:26:27 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-06-27 11:14:21 -0500 |
commit | 78b5daf01555d86293c1012ed3de704752880a6a (patch) | |
tree | 45524478c868cf63042a5e2ad78cfcd15aac43d6 /src/libs/dutil/WixToolset.DUtil/inc/apputil.h | |
parent | 4f41db7eaa48b0e061a68fd5fc70ce6d127d9039 (diff) | |
download | wix-78b5daf01555d86293c1012ed3de704752880a6a.tar.gz wix-78b5daf01555d86293c1012ed3de704752880a6a.tar.bz2 wix-78b5daf01555d86293c1012ed3de704752880a6a.zip |
Move LoadSystemLibrary and LoadSystemLibraryWithPath into apputil.
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/apputil.h')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/inc/apputil.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/apputil.h b/src/libs/dutil/WixToolset.DUtil/inc/apputil.h index 11280102..95a98e73 100644 --- a/src/libs/dutil/WixToolset.DUtil/inc/apputil.h +++ b/src/libs/dutil/WixToolset.DUtil/inc/apputil.h | |||
@@ -16,6 +16,11 @@ void DAPI AppFreeCommandLineArgs( | |||
16 | __in LPWSTR* argv | 16 | __in LPWSTR* argv |
17 | ); | 17 | ); |
18 | 18 | ||
19 | /******************************************************************** | ||
20 | AppInitialize - initializes the standard safety precautions for an | ||
21 | installation application. | ||
22 | |||
23 | ********************************************************************/ | ||
19 | void DAPI AppInitialize( | 24 | void DAPI AppInitialize( |
20 | __in_ecount(cSafelyLoadSystemDlls) LPCWSTR rgsczSafelyLoadSystemDlls[], | 25 | __in_ecount(cSafelyLoadSystemDlls) LPCWSTR rgsczSafelyLoadSystemDlls[], |
21 | __in DWORD cSafelyLoadSystemDlls | 26 | __in DWORD cSafelyLoadSystemDlls |