mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-18 14:42:24 +00:00
Make macro definition more consistent with similar defns
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
0a48717b83
commit
3e52184923
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user