BADA: Remove BADA defined check. Was a temp fix for simulator build
This commit is contained in:
parent
b6374fde1d
commit
8a2243ff36
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue