updated to widgets 3.1.7
This commit is contained in:
parent
b56de2c59c
commit
ce150fb2fb
2
stdafx.h
2
stdafx.h
@ -62,7 +62,7 @@ constexpr bool b_WINDOWS = false;
|
|||||||
static_assert(wxUSE_UNSAFE_WXSTRING_CONV == 1,
|
static_assert(wxUSE_UNSAFE_WXSTRING_CONV == 1,
|
||||||
R"(In fully utf environment, (wallet.manifest plus
|
R"(In fully utf environment, (wallet.manifest plus
|
||||||
/utf-8 compile option) all string conversions are safe.)");
|
/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(wxUSE_IPV6 == 1, "IP6 unavailable in wxWidgets");
|
||||||
static_assert(WXWIN_COMPATIBILITY_3_0 == 0, "wxWidgets api out of date");
|
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");
|
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
|
Loading…
Reference in New Issue
Block a user