mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 15:16:46 +00:00
BADA: Remove BADA defined check. Was a temp fix for simulator build
This commit is contained in:
parent
b6374fde1d
commit
8a2243ff36
@ -190,7 +190,7 @@ public:
|
||||
// static/dynamic plugin, like it's done for the engines
|
||||
LINK_PLUGIN(AUTO)
|
||||
LINK_PLUGIN(NULL)
|
||||
#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__) && !defined(BADA)
|
||||
#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)
|
||||
LINK_PLUGIN(WINDOWS)
|
||||
#endif
|
||||
#if defined(USE_ALSA)
|
||||
|
@ -19,7 +19,7 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#if defined(WIN32) && !defined(BADA)
|
||||
#if defined(WIN32)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
// winnt.h defines ARRAYSIZE, but we want our own one... - this is needed before including util.h
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#define FORBIDDEN_SYMBOL_EXCEPTION_getcwd
|
||||
|
||||
#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__) && !defined(BADA)
|
||||
#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <direct.h>
|
||||
|
Loading…
Reference in New Issue
Block a user