From 103ac4c2a5f665190db49d5bd557b5eaa6abd638 Mon Sep 17 00:00:00 2001 From: vczh Date: Wed, 28 Sep 2022 02:00:48 -0700 Subject: [PATCH] Update Vlpp.h --- Import/Vlpp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Import/Vlpp.h b/Import/Vlpp.h index ec7e17ac..a6b70269 100644 --- a/Import/Vlpp.h +++ b/Import/Vlpp.h @@ -22,7 +22,7 @@ Licensed under https://github.com/vczh-libraries/License #define new VCZH_CHECK_MEMORY_LEAKS_NEW #endif -#if defined _WIN64 || defined __x86_64 || defined __LP64__ || defined __aarch64__ +#if defined _WIN64 || defined __x86_64 || defined __LP64__ || defined __aarch64__ || defined _M_ARM64 #define VCZH_64 #endif @@ -35,7 +35,7 @@ Licensed under https://github.com/vczh-libraries/License #endif #endif -#if defined __arm__ || defined __aarch64__ +#if defined __arm__ || defined __aarch64__ || defined _M_ARM || defined _M_ARM64 #define VCZH_ARM #endif