diff options
Diffstat (limited to 'src/wixnative/precomp.h')
-rw-r--r-- | src/wixnative/precomp.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/wixnative/precomp.h b/src/wixnative/precomp.h new file mode 100644 index 00000000..5bd617e5 --- /dev/null +++ b/src/wixnative/precomp.h | |||
@@ -0,0 +1,19 @@ | |||
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 | #include <windows.h> | ||
5 | #include <aclapi.h> | ||
6 | #include <mergemod.h> | ||
7 | |||
8 | #include "dutil.h" | ||
9 | #include "conutil.h" | ||
10 | #include "memutil.h" | ||
11 | #include "pathutil.h" | ||
12 | #include "strutil.h" | ||
13 | #include "cabcutil.h" | ||
14 | #include "cabutil.h" | ||
15 | |||
16 | HRESULT SmartCabCommand(int argc, LPWSTR argv[]); | ||
17 | HRESULT ResetAclsCommand(int argc, LPWSTR argv[]); | ||
18 | HRESULT EnumCabCommand(int argc, LPWSTR argv[]); | ||
19 | HRESULT ExtractCabCommand(int argc, LPWSTR argv[]); | ||