aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Sql/ca
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Sql/ca')
-rw-r--r--src/ext/Sql/ca/caDecor.h13
-rw-r--r--src/ext/Sql/ca/precomp.h2
2 files changed, 1 insertions, 14 deletions
diff --git a/src/ext/Sql/ca/caDecor.h b/src/ext/Sql/ca/caDecor.h
deleted file mode 100644
index da274650..00000000
--- a/src/ext/Sql/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/Sql/ca/precomp.h b/src/ext/Sql/ca/precomp.h
index e92abdc5..c18d3624 100644
--- a/src/ext/Sql/ca/precomp.h
+++ b/src/ext/Sql/ca/precomp.h
@@ -23,4 +23,4 @@
23#include "scacost.h" 23#include "scacost.h"
24#include "scasqlstr.h" 24#include "scasqlstr.h"
25 25
26#include "caDecor.h" 26#include "..\..\caDecor.h"