diff options
author | Chris Warren-Smith | 2011-08-21 17:11:26 +1000 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-08-21 11:46:37 +0200 |
commit | c39b7491e6a23450ae0dc41ca6f3c3b06ed91c2e (patch) | |
tree | 90fd5a89daeaba9147a78f3fa20ea17f176f31b7 /backends | |
parent | 6fe7f032f6fedfdfb7b70b3d88b3e6e804640dc9 (diff) | |
download | scummvm-rg350-c39b7491e6a23450ae0dc41ca6f3c3b06ed91c2e.tar.gz scummvm-rg350-c39b7491e6a23450ae0dc41ca6f3c3b06ed91c2e.tar.bz2 scummvm-rg350-c39b7491e6a23450ae0dc41ca6f3c3b06ed91c2e.zip |
BADA: Remove incorrect BADA defined check
Diffstat (limited to 'backends')
-rw-r--r-- | backends/graphics/opengl/gltexture.h | 2 |
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 |