summaryrefslogtreecommitdiff
path: root/src/ext/Firewall/ca
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2021-12-12 17:35:18 -0500
committerBob Arnson <github@bobs.org>2021-12-17 09:03:18 -0500
commitee8b4f230241a00d8e3ed145e85fb5d8d3c75914 (patch)
treeee3d67d9452d8e4776ccf024261e1fbb7583f19f /src/ext/Firewall/ca
parent3542ddd0b007673f3fc338bd53c3b807c3ed7308 (diff)
downloadwix-ee8b4f230241a00d8e3ed145e85fb5d8d3c75914.tar.gz
wix-ee8b4f230241a00d8e3ed145e85fb5d8d3c75914.tar.bz2
wix-ee8b4f230241a00d8e3ed145e85fb5d8d3c75914.zip
Clean up Firewall extension (model for all).
Diffstat (limited to 'src/ext/Firewall/ca')
-rw-r--r--src/ext/Firewall/ca/caDecor.h13
-rw-r--r--src/ext/Firewall/ca/precomp.h2
2 files changed, 1 insertions, 14 deletions
diff --git a/src/ext/Firewall/ca/caDecor.h b/src/ext/Firewall/ca/caDecor.h
deleted file mode 100644
index da274650..00000000
--- a/src/ext/Firewall/ca/caDecor.h
+++ /dev/null
@@ -1,13 +0,0 @@
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#if defined(_M_ARM64)
6#define CUSTOM_ACTION_DECORATION(f) L"Wix4" f L"_A64"
7#elif defined(_M_AMD64)
8#define CUSTOM_ACTION_DECORATION(f) L"Wix4" f L"_X64"
9#elif defined(_M_ARM)
10#define CUSTOM_ACTION_DECORATION(f) L"Wix4" f L"_ARM"
11#else
12#define CUSTOM_ACTION_DECORATION(f) L"Wix4" f L"_X86"
13#endif
diff --git a/src/ext/Firewall/ca/precomp.h b/src/ext/Firewall/ca/precomp.h
index 03845e1e..d8398bb2 100644
--- a/src/ext/Firewall/ca/precomp.h
+++ b/src/ext/Firewall/ca/precomp.h
@@ -16,4 +16,4 @@
16#include "CustomMsiErrors.h" 16#include "CustomMsiErrors.h"
17#include "cost.h" 17#include "cost.h"
18 18
19#include "caDecor.h" 19#include "..\..\caDecor.h"