mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 04:01:23 +00:00
BADA: Remove incorrect BADA defined check
This commit is contained in:
parent
6fe7f032f6
commit
c39b7491e6
@ -25,7 +25,7 @@
|
||||
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if defined(WIN32) && !defined(BADA)
|
||||
#ifdef WIN32
|
||||
#if defined(ARRAYSIZE) && !defined(_WINDOWS_)
|
||||
#undef ARRAYSIZE
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user