Make macro definition more consistent with similar defns

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2023-09-18 10:36:21 +01:00
parent 0a48717b83
commit 3e52184923

View File

@ -74,7 +74,8 @@
#define MBEDTLS_ARCH_IS_X86
#endif
#if defined(_M_ARM64) || defined(_M_ARM64EC)
#if !defined(MBEDTLS_PLATFORM_IS_WINDOWS_ON_ARM64) && \
(defined(_M_ARM64) || defined(_M_ARM64EC))
#define MBEDTLS_PLATFORM_IS_WINDOWS_ON_ARM64
#endif