From 4194343c39fa66778a8de9804c88789bd41dae48 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 4 May 2021 22:47:19 -0700 Subject: Move Http.wixext into ext --- src/ext/Http/ca/precomp.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/ext/Http/ca/precomp.h (limited to 'src/ext/Http/ca/precomp.h') 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 @@ +#pragma once +// 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. + + +#include +#include +#include + +#include "wcautil.h" +#include "cryputil.h" +#include "dutil.h" +#include "memutil.h" +#include "strutil.h" +#include "aclutil.h" + +#include "cost.h" + +#include "caDecor.h" + +enum eHandleExisting +{ + heReplace = 0, + heIgnore = 1, + heFail = 2 +}; -- cgit v1.2.3-55-g6feb