diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2019-01-20 09:19:12 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2019-01-20 09:19:12 -0600 |
commit | 4d30ab70573f9734d7fd3cd4d54c02173fa281db (patch) | |
tree | 01cc70c5a0ce7962240dcb8e7fcc23db0c656a31 /src/ca/precomp.h | |
parent | 81e205ed6eecb97da9694df58b9057a2f9f6b54d (diff) | |
download | wix-4d30ab70573f9734d7fd3cd4d54c02173fa281db.tar.gz wix-4d30ab70573f9734d7fd3cd4d54c02173fa281db.tar.bz2 wix-4d30ab70573f9734d7fd3cd4d54c02173fa281db.zip |
Import code from old v4 repo
Diffstat (limited to 'src/ca/precomp.h')
-rw-r--r-- | src/ca/precomp.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ca/precomp.h b/src/ca/precomp.h new file mode 100644 index 00000000..ec74006b --- /dev/null +++ b/src/ca/precomp.h | |||
@@ -0,0 +1,17 @@ | |||
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 <http.h> | ||
6 | #include <msiquery.h> | ||
7 | #include <strsafe.h> | ||
8 | |||
9 | #include "wcautil.h" | ||
10 | #include "cryputil.h" | ||
11 | #include "dutil.h" | ||
12 | #include "memutil.h" | ||
13 | #include "strutil.h" | ||
14 | #include "aclutil.h" | ||
15 | |||
16 | #include "CustomMsiErrors.h" | ||
17 | #include "cost.h" | ||