12 lines
295 B
Diff
12 lines
295 B
Diff
--- a/src/common/wxcrt.cpp
|
|
+++ b/src/common/wxcrt.cpp
|
|
@@ -1244,7 +1244,7 @@
|
|
// On android, most wchar_t functions are broken, so instead we must
|
|
// convert a byte at a time
|
|
|
|
-#ifdef __ANDROID__
|
|
+#if 0 // defined __ANDROID__
|
|
|
|
#define ANDROID_WCSTO_START \
|
|
int len = wcslen(nptr) + 1; \
|