BADA: Initial BADA port implementation

This commit is contained in:
Chris Warren-Smith 2011-08-07 21:33:32 +10:00
parent f705a9b286
commit 59739a7a0e
67 changed files with 66019 additions and 14 deletions

View file

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifdef WIN32
#if defined(WIN32) && !defined(BADA)
#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