Remove wxUSE_UNICODE checks as they're always true now
Also remove all code guarded by "#if !wxUSE_UNICODE".
This commit is contained in:
parent
5c49448c75
commit
4519d8e08a
195 changed files with 400 additions and 3509 deletions
|
|
@ -570,9 +570,7 @@ void wxAnyTestCase::wxVariantConversions()
|
|||
res = any.GetAs(&variant);
|
||||
CPPUNIT_ASSERT(res);
|
||||
CPPUNIT_ASSERT(variant.GetType() == "string");
|
||||
#if wxUSE_UNICODE
|
||||
CPPUNIT_ASSERT(variant.GetString() == L"ABC");
|
||||
#endif
|
||||
|
||||
any = vDouble;
|
||||
double d = any.As<double>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue