main
h 26 lines 550 Bytes
Raw
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 #if _WIN32_MSI < 150
6 #define _WIN32_MSI 150
7 #endif
8
9 #include <windows.h>
10 #include <msiquery.h>
11
12 #include <strsafe.h>
13
14 #include "wcautil.h"
15 #include "fileutil.h"
16 #include "memutil.h"
17 #include "strutil.h"
18 #include "wiutil.h"
19
20 #include "CustomMsiErrors.h"
21
22 #include "sca.h"
23 #include "scacost.h"
24 #include "scasqlstr.h"
25
26 #include "..\..\caDecor.h"