Progress on newer NDK support (forces minimum API from 14 to 16)

This commit is contained in:
Joshua Granick
2019-04-05 18:07:13 -07:00
parent 2cb09c55df
commit 6dce7ad79a
9 changed files with 32 additions and 16 deletions

View File

@@ -353,7 +353,7 @@ typedef uint64_t uintmax_t;
#endif
#ifdef ANDROID
#if defined(ANDROID) && !defined(HXCPP_CLANG)
std::size_t _mbsrtowcs(wchar_t * ws, const char **src, std::size_t wn, std::mbstate_t *st);