summaryrefslogtreecommitdiffstats
path: root/thirdparty/mbedtls/patches/windows-arm64-hardclock.diff
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/mbedtls/patches/windows-arm64-hardclock.diff')
-rw-r--r--thirdparty/mbedtls/patches/windows-arm64-hardclock.diff16
1 files changed, 0 insertions, 16 deletions
diff --git a/thirdparty/mbedtls/patches/windows-arm64-hardclock.diff b/thirdparty/mbedtls/patches/windows-arm64-hardclock.diff
deleted file mode 100644
index 2b86bb07a1..0000000000
--- a/thirdparty/mbedtls/patches/windows-arm64-hardclock.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/thirdparty/mbedtls/library/timing.c b/thirdparty/mbedtls/library/timing.c
-index f2f0a4386b..7ef9f473b5 100644
---- a/thirdparty/mbedtls/library/timing.c
-+++ b/thirdparty/mbedtls/library/timing.c
-@@ -178,8 +178,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
-