We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d329c commit e5cbbd8Copy full SHA for e5cbbd8
core/platform/android/Application-android.cpp
@@ -34,15 +34,6 @@ THE SOFTWARE.
34
#define LOG_TAG "Application_android Debug"
35
#define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
36
37
-// FIXME: using ndk-r10c will cause the next function could not be found. It may be a bug of ndk-r10c.
38
-// Here is the workaround method to fix the problem.
39
-#ifdef __aarch64__
40
-extern "C" size_t __ctype_get_mb_cur_max(void)
41
-{
42
- return (size_t)sizeof(wchar_t);
43
-}
44
-#endif
45
-
46
static const char* applicationHelperClassName = "dev.axmol.lib.AxmolEngine";
47
48
namespace ax
0 commit comments