diff options
Diffstat (limited to 'src/libs/wcautil/WixToolset.WcaUtil/inc/wcawow64.h')
-rw-r--r-- | src/libs/wcautil/WixToolset.WcaUtil/inc/wcawow64.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/libs/wcautil/WixToolset.WcaUtil/inc/wcawow64.h b/src/libs/wcautil/WixToolset.WcaUtil/inc/wcawow64.h new file mode 100644 index 00000000..dd55f3fd --- /dev/null +++ b/src/libs/wcautil/WixToolset.WcaUtil/inc/wcawow64.h | |||
@@ -0,0 +1,20 @@ | |||
1 | #pragma once | ||
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
3 | |||
4 | |||
5 | #include "wcautil.h" | ||
6 | |||
7 | #ifdef __cplusplus | ||
8 | extern "C" { | ||
9 | #endif | ||
10 | |||
11 | HRESULT WIXAPI WcaInitializeWow64(); | ||
12 | BOOL WIXAPI WcaIsWow64Process(); | ||
13 | BOOL WIXAPI WcaIsWow64Initialized(); | ||
14 | HRESULT WIXAPI WcaDisableWow64FSRedirection(); | ||
15 | HRESULT WIXAPI WcaRevertWow64FSRedirection(); | ||
16 | HRESULT WIXAPI WcaFinalizeWow64(); | ||
17 | |||
18 | #ifdef __cplusplus | ||
19 | } | ||
20 | #endif | ||