Fix stdlib header name to C-style, so it builds on Android NDK (API level 12)

This commit is contained in:
a1batross 2016-01-09 18:03:45 +03:00
parent a4c8d19261
commit 555ceaea3a

View File

@ -28,7 +28,7 @@
#include <extdll.h> #include <extdll.h>
#include "unicode_strtools.h" #include "unicode_strtools.h"
#ifndef _WIN32 #ifndef _WIN32
#include <cwctype> #include <wctype.h>
#endif #endif
/* <f2fc1> ../engine/unicode_strtools.cpp:23 */ /* <f2fc1> ../engine/unicode_strtools.cpp:23 */