[DEV] correct a special case of android
This commit is contained in:
parent
324acb431d
commit
22eecac34d
@ -22,6 +22,7 @@
|
||||
#include <stdint.h>
|
||||
// in case of android error ...
|
||||
#ifdef __TARGET_OS__Android
|
||||
#if __ANDROID_BOARD_ID__ <= 20
|
||||
#ifndef __STDINT_LIMITS
|
||||
#define INT8_MIN (-128)
|
||||
#define INT8_MAX (127)
|
||||
@ -40,6 +41,7 @@
|
||||
#define UINT64_MAX (__UINT64_C(18446744073709551615))
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user