ANDROID: Protect port files with our define

get rid of -DANDROID and -DANDROID_BACKEND
This commit is contained in:
dhewg 2011-02-06 16:03:52 +01:00
parent 29d1df94db
commit 8de5edde95
6 changed files with 10 additions and 6 deletions

View file

@ -23,14 +23,14 @@
*
*/
#if defined(__ANDROID__)
#include "backends/base-backend.h"
#include "base/main.h"
#include "graphics/surface.h"
#include "backends/platform/android/video.h"
#if defined(ANDROID_BACKEND)
#include <jni.h>
#include <string.h>