From b16a1453af27cd003e3f54f867ea80348b3718f4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 15 Dec 2019 01:54:37 +0100 Subject: [PATCH] Fix the build of Expat library with 32 bit TDM-gcc 5.1 Update to the version of Expat submodule which avoids the use of rand_s() when using this old (but otherwise still supported) compiler. Closes #18631. Closes https://github.com/wxWidgets/wxWidgets/pull/1679 --- src/expat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/expat b/src/expat index 74f11b8c00..7532d85708 160000 --- a/src/expat +++ b/src/expat @@ -1 +1 @@ -Subproject commit 74f11b8c005c1a49d0ed945406f8e8c54057ef11 +Subproject commit 7532d85708929ebdb148308ca998268d3aaf3527