ANDROID: Override UTF-8 compliant definition of vsn_printf
This sets Android as a non-standard port in configure in order to override the definition for vsn_printf The vsn_printf implementation is taken from https://github.com/weiss/c99-snprintf
This commit is contained in:
parent
fe296f1c47
commit
3e9504856f
12 changed files with 1387 additions and 11 deletions
|
@ -42,7 +42,7 @@
|
|||
#include "backends/platform/android/android.h"
|
||||
#include "backends/platform/android/graphics.h"
|
||||
#include "backends/platform/android/events.h"
|
||||
#include "backends/platform/android/jni.h"
|
||||
#include "backends/platform/android/jni-android.h"
|
||||
|
||||
// floating point. use sparingly
|
||||
template<class T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue