1fde2092d0
Rediff patch from PR 1453, lstrlenW is no longer used upstream so that part of the patch was dropped.
16 lines
581 B
Diff
16 lines
581 B
Diff
diff --git a/thirdparty/mbedtls/library/timing.c b/thirdparty/mbedtls/library/timing.c
|
|
index 47e34f9227..eeb1d503a8 100644
|
|
--- a/thirdparty/mbedtls/library/timing.c
|
|
+++ b/thirdparty/mbedtls/library/timing.c
|
|
@@ -188,8 +188,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
|
|
|