| 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 |