updated to widgets 3.1.7

This commit is contained in:
Cheng 2022-06-10 16:31:33 +10:00
parent b56de2c59c
commit ce150fb2fb
No known key found for this signature in database
GPG Key ID: D51301E176B31828
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ constexpr bool b_WINDOWS = false;
static_assert(wxUSE_UNSAFE_WXSTRING_CONV == 1,
R"(In fully utf environment, (wallet.manifest plus
/utf-8 compile option) all string conversions are safe.)");
static_assert(wxMAJOR_VERSION == 3 && wxMINOR_VERSION == 1 && wxRELEASE_NUMBER == 6 && wxSUBRELEASE_NUMBER == 0, "expecting wxWidgets 3.1.6");
static_assert(wxMAJOR_VERSION == 3 && wxMINOR_VERSION == 1 && wxRELEASE_NUMBER == 7 && wxSUBRELEASE_NUMBER == 0, "expecting wxWidgets 3.1.7");
static_assert(wxUSE_IPV6 == 1, "IP6 unavailable in wxWidgets");
static_assert(WXWIN_COMPATIBILITY_3_0 == 0, "wxWidgets api out of date");
static_assert(wxUSE_COMPILER_TLS == (b_WINDOWS ? 2 : 1), "out of date workarounds in wxWidgets for windows bugs");

@ -1 +1 @@
Subproject commit 35a6d7b15fedfdb5198bb6c28b31cda33b2c2a76
Subproject commit 2d71df49be7d695cb76b1047d4de4093688690c8