BADA: Remove incorrect BADA defined check

This commit is contained in:
Chris Warren-Smith 2011-08-21 17:11:26 +10:00 committed by Willem Jan Palenstijn
parent 6fe7f032f6
commit c39b7491e6

View File

@ -25,7 +25,7 @@
#include "common/scummsys.h"
#if defined(WIN32) && !defined(BADA)
#ifdef WIN32
#if defined(ARRAYSIZE) && !defined(_WINDOWS_)
#undef ARRAYSIZE
#endif