changeset 4961:c92950635837

Android has OpenGL ES too...
author Sam Lantinga <slouken@libsdl.org>
date Tue, 04 Jan 2011 20:37:07 -0800
parents 0ab2492f2e17
children 730b234ba9ec
files test/testgles.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/testgles.c	Tue Jan 04 20:36:39 2011 -0800
+++ b/test/testgles.c	Tue Jan 04 20:37:07 2011 -0800
@@ -5,7 +5,7 @@
 
 #include "common.h"
 
-#ifdef __IPHONEOS__
+#if defined(__IPHONEOS__) || defined(__ANDROID__)
 #define HAVE_OPENGLES
 #endif