Don't include windows.h & direct.h on WinCE (and Symbian?)

svn-id: r45996
This commit is contained in:
Max Horn 2009-11-20 00:12:28 +00:00
parent f1036e47ad
commit a50bb2ceb4

View file

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