[Windows] Improve build environment detection, add support for Windows on ARM.
This commit is contained in:
4
thirdparty/mbedtls/library/timing.c
vendored
4
thirdparty/mbedtls/library/timing.c
vendored
@ -195,8 +195,10 @@ unsigned long mbedtls_timing_hardclock( void )
|
||||
#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
|
||||
__GNUC__ && __ia64__ */
|
||||
|
||||
#if !defined(HAVE_HARDCLOCK) && defined(_MSC_VER) && \
|
||||
// -- GODOT start --
|
||||
#if !defined(HAVE_HARDCLOCK) && defined(_WIN32) && \
|
||||
!defined(EFIX64) && !defined(EFI32)
|
||||
// -- GODOT end --
|
||||
|
||||
#define HAVE_HARDCLOCK
|
||||
|
||||
|
||||
Reference in New Issue
Block a user