mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
We don't support ancient MSVC version which didn't treat wchar_t as a distinct type, so don't bother catering for such compilers and simplify the code by removing the checks for wxWCHAR_T_IS_REAL_TYPE. Also remove the checks for this from configure and CMake.