diff options
Diffstat (limited to 'src/ext/beDecor.h')
-rw-r--r-- | src/ext/beDecor.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ext/beDecor.h b/src/ext/beDecor.h index 2c6a8818..ecd90599 100644 --- a/src/ext/beDecor.h +++ b/src/ext/beDecor.h | |||
@@ -3,11 +3,11 @@ | |||
3 | 3 | ||
4 | 4 | ||
5 | #if defined(_M_ARM64) | 5 | #if defined(_M_ARM64) |
6 | #define BUNDLE_EXTENSION_DECORATION(f) L"Wix4" f L"_A64" | 6 | #define BOOTSTRAPPER_EXTENSION_DECORATION(f) L"Wix4" f L"_A64" |
7 | #elif defined(_M_AMD64) | 7 | #elif defined(_M_AMD64) |
8 | #define BUNDLE_EXTENSION_DECORATION(f) L"Wix4" f L"_X64" | 8 | #define BOOTSTRAPPER_EXTENSION_DECORATION(f) L"Wix4" f L"_X64" |
9 | #elif defined(_M_ARM) | 9 | #elif defined(_M_ARM) |
10 | #define BUNDLE_EXTENSION_DECORATION(f) L"Wix4" f L"_ARM" | 10 | #define BOOTSTRAPPER_EXTENSION_DECORATION(f) L"Wix4" f L"_ARM" |
11 | #else | 11 | #else |
12 | #define BUNDLE_EXTENSION_DECORATION(f) L"Wix4" f L"_X86" | 12 | #define BOOTSTRAPPER_EXTENSION_DECORATION(f) L"Wix4" f L"_X86" |
13 | #endif | 13 | #endif |