mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-20 22:06:25 +08:00
Remove wxUSE_UNICODE checks as they're always true now
Also remove all code guarded by "#if !wxUSE_UNICODE".
This commit is contained in:
@@ -251,11 +251,7 @@ void TokenizerTestCase::StrtokCompat()
|
||||
if ( ttd.mode != wxTOKEN_STRTOK )
|
||||
continue;
|
||||
|
||||
#if wxUSE_UNICODE
|
||||
wxWCharBuffer
|
||||
#else
|
||||
wxCharBuffer
|
||||
#endif
|
||||
buf(ttd.str);
|
||||
wxChar *last;
|
||||
wxChar *s = wxStrtok(buf.data(), ttd.delims, &last);
|
||||
|
||||
Reference in New Issue
Block a user