aboutsummaryrefslogtreecommitdiff
path: root/src/ca/precomp.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2018-12-16 13:53:48 -0600
committerSean Hall <r.sean.hall@gmail.com>2018-12-16 13:54:52 -0600
commit7d813eaad8eaca04a687d1bb942316232d1c54fd (patch)
tree8f5adb9da22b1f9fb79892fb6cf2de23fac32c71 /src/ca/precomp.h
parent1b7a9d3734119e658c91ebd9742ab5a3ce94cce4 (diff)
downloadwix-7d813eaad8eaca04a687d1bb942316232d1c54fd.tar.gz
wix-7d813eaad8eaca04a687d1bb942316232d1c54fd.tar.bz2
wix-7d813eaad8eaca04a687d1bb942316232d1c54fd.zip
Import implementation of SqlCA from old repo's scasched/scaexec.
Diffstat (limited to 'src/ca/precomp.h')
-rw-r--r--src/ca/precomp.h14
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"