Merge branch 'rmv_symbols_3' of https://github.com/catalinr/wxWidgets
Remove obsolete mentions of Windows 9x, Windows CE and OS/2.
This commit is contained in:
@@ -614,7 +614,7 @@ WXDLLIMPEXP_BASE size_t wxCRT_StrftimeW(wchar_t *s, size_t max,
|
||||
#define wxCRT_ToupperW towupper
|
||||
#endif
|
||||
#else /* !__GLIBC__ */
|
||||
/* There is a bug in MSVC RTL: toxxx() functions dosn't do anything
|
||||
/* There is a bug in MSVC RTL: toxxx() functions don't do anything
|
||||
with signed chars < 0, so "fix" it here. */
|
||||
#define wxCRT_TolowerW(c) towlower((wxUChar)(wxChar)(c))
|
||||
#define wxCRT_ToupperW(c) towupper((wxUChar)(wxChar)(c))
|
||||
|
Reference in New Issue
Block a user