aboutsummaryrefslogtreecommitdiff
path: root/common/translation.cpp
diff options
context:
space:
mode:
authorChris Warren-Smith2011-08-17 08:50:26 +1000
committerChris Warren-Smith2011-08-21 16:39:08 +1000
commit8a2243ff36fc7938018cc17ce1da5e20ae2d4409 (patch)
tree7a53d26975eb7be4925d09c30ce37b72c58a7de3 /common/translation.cpp
parentb6374fde1d94fb0755e4f0f5fe1e2b58a2051dde (diff)
downloadscummvm-rg350-8a2243ff36fc7938018cc17ce1da5e20ae2d4409.tar.gz
scummvm-rg350-8a2243ff36fc7938018cc17ce1da5e20ae2d4409.tar.bz2
scummvm-rg350-8a2243ff36fc7938018cc17ce1da5e20ae2d4409.zip
BADA: Remove BADA defined check. Was a temp fix for simulator build
Diffstat (limited to 'common/translation.cpp')
-rw-r--r--common/translation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/translation.cpp b/common/translation.cpp
index 9370d1892e..3570e8c5ae 100644
--- a/common/translation.cpp
+++ b/common/translation.cpp
@@ -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