aboutsummaryrefslogtreecommitdiff
path: root/src/ext/VisualStudio/ca/precomp.h
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-05-11 08:10:08 -0700
committerRob Mensching <rob@firegiant.com>2021-05-11 08:10:08 -0700
commitaaae65d07ce2a78592fc533701975cc576341a46 (patch)
tree4d897a9e89c1c816c10f9166ec8b191b19beb7c0 /src/ext/VisualStudio/ca/precomp.h
parent8035cadb06c0ca91387d839f3452191f7d33869a (diff)
parenta8a1e0d6f99c2b902a8f81d3d7f3503c506e8171 (diff)
downloadwix-aaae65d07ce2a78592fc533701975cc576341a46.tar.gz
wix-aaae65d07ce2a78592fc533701975cc576341a46.tar.bz2
wix-aaae65d07ce2a78592fc533701975cc576341a46.zip
Merge VisualStudio.wixext
Diffstat (limited to 'src/ext/VisualStudio/ca/precomp.h')
-rw-r--r--src/ext/VisualStudio/ca/precomp.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ext/VisualStudio/ca/precomp.h b/src/ext/VisualStudio/ca/precomp.h
new file mode 100644
index 00000000..3edad7ed
--- /dev/null
+++ b/src/ext/VisualStudio/ca/precomp.h
@@ -0,0 +1,13 @@
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 <windows.h>
6#include <msiquery.h>
7
8#define MAXUINT USHRT_MAX
9#include <Setup.Configuration.h>
10
11#include "wcautil.h"
12#include "fileutil.h"
13#include "strutil.h"