Removed obsolete symbols from comments.
This commit is contained in:
@@ -597,7 +597,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