Make macro definition more consistent with similar defns

Signed-off-by: Dave Rodgman <[email protected]>
This commit is contained in:
Dave Rodgman
2023-10-16 09:25:59 +01:00
parent 0a48717b83
commit 3e52184923
+2 -1
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