Don't include windows.h for Symbian emulator builds

svn-id: r29119
This commit is contained in:
Lars Persson 2007-09-28 20:41:22 +00:00
parent cd3e35103c
commit c6905d56a9

View File

@ -23,7 +23,7 @@
*
*/
#if defined(WIN32)
#if defined(WIN32) && !defined(__SYMBIAN32__)
#include <windows.h>
// winnt.h defines ARRAYSIZE, but we want our own one...
#undef ARRAYSIZE