BADA: Remove BADA defined check. Was a temp fix for simulator build

This commit is contained in:
Chris Warren-Smith 2011-08-17 08:50:26 +10:00
parent b6374fde1d
commit 8a2243ff36
3 changed files with 3 additions and 3 deletions

View file

@ -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