Support wx built with utf-32 strings

Originally committed to SVN as r6901.
This commit is contained in:
Thomas Goyne 2012-06-13 04:16:53 +00:00
parent 7c461ddfcf
commit d4635b723a
1 changed files with 1 additions and 1 deletions

View File

@ -78,5 +78,5 @@ public:
#elif defined(_WIN32)
#define wxSTRING_ENCODING "utf-16le"
#else
#error wx must be built with wxUSE_UNICODE_UTF8
#define wxSTRING_ENCODING "utf-32le"
#endif