[Windows] Improve build environment detection, add support for Windows on ARM.

This commit is contained in:
bruvzg
2022-08-26 12:55:23 +03:00
parent 85ef0a1058
commit 8dab4a2aa3
8 changed files with 310 additions and 115 deletions

View File

@ -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