mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
Don't include windows.h for Symbian emulator builds
svn-id: r29119
This commit is contained in:
parent
cd3e35103c
commit
c6905d56a9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user