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 "unicode_strtools.h"
#ifndef _WIN32
#include <cwctype>
#include <wctype.h>
#endif
/* <f2fc1> ../engine/unicode_strtools.cpp:23 */