Remove obsolete ANDROID_VERSION_GE macro
svn-id: r49505
This commit is contained in:
parent
33c2e03ccc
commit
ec524e3705
1 changed files with 0 additions and 4 deletions
|
@ -31,10 +31,6 @@
|
|||
|
||||
#if defined(ANDROID_BACKEND)
|
||||
|
||||
#define ANDROID_VERSION_GE(major,minor) \
|
||||
(ANDROID_MAJOR_VERSION > (major) || \
|
||||
(ANDROID_MAJOR_VERSION == (major) && ANDROID_MINOR_VERSION >= (minor)))
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue