aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Warren-Smith2011-08-21 17:11:26 +1000
committerWillem Jan Palenstijn2011-08-21 11:46:37 +0200
commitc39b7491e6a23450ae0dc41ca6f3c3b06ed91c2e (patch)
tree90fd5a89daeaba9147a78f3fa20ea17f176f31b7
parent6fe7f032f6fedfdfb7b70b3d88b3e6e804640dc9 (diff)
downloadscummvm-rg350-c39b7491e6a23450ae0dc41ca6f3c3b06ed91c2e.tar.gz
scummvm-rg350-c39b7491e6a23450ae0dc41ca6f3c3b06ed91c2e.tar.bz2
scummvm-rg350-c39b7491e6a23450ae0dc41ca6f3c3b06ed91c2e.zip
BADA: Remove incorrect BADA defined check
-rw-r--r--backends/graphics/opengl/gltexture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/opengl/gltexture.h b/backends/graphics/opengl/gltexture.h
index f1c77073a4..71f1eeb78f 100644
--- a/backends/graphics/opengl/gltexture.h
+++ b/backends/graphics/opengl/gltexture.h
@@ -25,7 +25,7 @@
#include "common/scummsys.h"
-#if defined(WIN32) && !defined(BADA)
+#ifdef WIN32
#if defined(ARRAYSIZE) && !defined(_WINDOWS_)
#undef ARRAYSIZE
#endif