Don't use wstring for MinGW versions that don't support it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -375,7 +375,7 @@ typedef int wxWindowID;
|
||||
/* VC++ 6.0 and 5.0 have std::wstring (what about earlier versions?) */
|
||||
#define HAVE_STD_WSTRING
|
||||
#elif ( defined(__MINGW32__) || defined(__CYGWIN32__) ) \
|
||||
&& wxCHECK_GCC_VERSION(3, 1)
|
||||
&& wxCHECK_GCC_VERSION(3, 3)
|
||||
/* GCC 3.1 has std::wstring; 3.0 never was in MinGW, 2.95 hasn't it */
|
||||
#define HAVE_STD_WSTRING
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user