diff options
Diffstat (limited to 'src/ca/precomp.h')
| -rw-r--r-- | src/ca/precomp.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ca/precomp.h b/src/ca/precomp.h index 3edad7ed..7a5074b3 100644 --- a/src/ca/precomp.h +++ b/src/ca/precomp.h | |||
| @@ -2,12 +2,26 @@ | |||
| 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. | 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 | 3 | ||
| 4 | 4 | ||
| 5 | #if _WIN32_MSI < 150 | ||
| 6 | #define _WIN32_MSI 150 | ||
| 7 | #endif | ||
| 8 | |||
| 5 | #include <windows.h> | 9 | #include <windows.h> |
| 6 | #include <msiquery.h> | 10 | #include <msiquery.h> |
| 7 | 11 | ||
| 12 | #include <strsafe.h> | ||
| 13 | |||
| 8 | #define MAXUINT USHRT_MAX | 14 | #define MAXUINT USHRT_MAX |
| 9 | #include <Setup.Configuration.h> | 15 | #include <Setup.Configuration.h> |
| 10 | 16 | ||
| 11 | #include "wcautil.h" | 17 | #include "wcautil.h" |
| 12 | #include "fileutil.h" | 18 | #include "fileutil.h" |
| 19 | #include "memutil.h" | ||
| 13 | #include "strutil.h" | 20 | #include "strutil.h" |
| 21 | #include "wiutil.h" | ||
| 22 | |||
| 23 | #include "CustomMsiErrors.h" | ||
| 24 | |||
| 25 | #include "sca.h" | ||
| 26 | #include "scacost.h" | ||
| 27 | #include "scasqlstr.h" | ||
