mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 08:53:06 +08:00
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:
@@ -808,19 +808,11 @@ typedef pid_t GPid;
|
||||
#undef VA_LIST_IS_ARRAY
|
||||
|
||||
#if defined(__NAMESPACE_STD) && !defined(__NAMESPACE_STD_ONLY)
|
||||
/*
|
||||
* Define if your compiler has std::wstring
|
||||
*/
|
||||
#define HAVE_STD_WSTRING 1
|
||||
/*
|
||||
* Define if your compiler has compliant std::string::compare
|
||||
*/
|
||||
#define HAVE_STD_STRING_COMPARE 1
|
||||
#else
|
||||
/*
|
||||
* Define if your compiler has std::wstring
|
||||
*/
|
||||
/* #unfine HAVE_STD_WSTRING */
|
||||
/*
|
||||
* Define if your compiler has compliant std::string::compare
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user