mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Make macro definition more consistent with similar defns
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
@ -74,7 +74,8 @@
|
|||||||
#define MBEDTLS_ARCH_IS_X86
|
#define MBEDTLS_ARCH_IS_X86
|
||||||
#endif
|
#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
|
#define MBEDTLS_PLATFORM_IS_WINDOWS_ON_ARM64
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user