aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Http/ca/precomp.h
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-05-04 22:47:19 -0700
committerRob Mensching <rob@firegiant.com>2021-05-04 22:47:19 -0700
commit4194343c39fa66778a8de9804c88789bd41dae48 (patch)
tree23f750291ef5e43272f05fadbf8f2d9530d027d2 /src/ext/Http/ca/precomp.h
parent432bbb45902b36869b9821d9c07f200a58878c89 (diff)
downloadwix-4194343c39fa66778a8de9804c88789bd41dae48.tar.gz
wix-4194343c39fa66778a8de9804c88789bd41dae48.tar.bz2
wix-4194343c39fa66778a8de9804c88789bd41dae48.zip
Move Http.wixext into ext
Diffstat (limited to 'src/ext/Http/ca/precomp.h')
-rw-r--r--src/ext/Http/ca/precomp.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ext/Http/ca/precomp.h b/src/ext/Http/ca/precomp.h
new file mode 100644
index 00000000..c78d78c1
--- /dev/null
+++ b/src/ext/Http/ca/precomp.h
@@ -0,0 +1,25 @@
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 "cost.h"
17
18#include "caDecor.h"
19
20enum eHandleExisting
21{
22 heReplace = 0,
23 heIgnore = 1,
24 heFail = 2
25};