Use std::wstring unconditionally
Don't test for its existence in configure and CMake and don't use wxStdWideString in the code.
This commit is contained in:
parent
eb97bf90e4
commit
0a387693c6
14 changed files with 25 additions and 58 deletions
|
|
@ -741,10 +741,6 @@
|
|||
*/
|
||||
#undef VA_LIST_IS_ARRAY
|
||||
|
||||
/*
|
||||
* Define if your compiler has std::wstring
|
||||
*/
|
||||
#undef HAVE_STD_WSTRING
|
||||
/*
|
||||
* Define if your compiler has compliant std::string::compare
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue