From 7e776f5b2e8f6c4375dae7a46c87d56a7ef6c075 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Wed, 28 Mar 2018 17:31:59 +0200 Subject: Small patch to change mbedtls _WIN32_WINNT --- thirdparty/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'thirdparty/README.md') diff --git a/thirdparty/README.md b/thirdparty/README.md index 1cf3e0e38f..635babbfc6 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -260,6 +260,8 @@ Godot build configurations, check them out when updating. File extracted from upstream release tarball `mbedtls-2.8.0-apache.tgz`: - All `*.h` from `include/mbedtls/` to `thirdparty/mbedtls/include/mbedtls/` - All `*.c` from `library/` to `thirdparty/mbedtls/library/` +- In file `thirdparty/mbedtls/library/net_sockets.c` mbedTLS overrides the `_WIN32_WINNT` define. + Be sure to check the Godot addition to only redfine it when undefined or `< 0x0501` (PRed upstream). ## minizip -- cgit v1.2.3