From c6905d56a90e74e1bd5e82313020f85d80ab112b Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Fri, 28 Sep 2007 20:41:22 +0000 Subject: Don't include windows.h for Symbian emulator builds svn-id: r29119 --- backends/platform/sdl/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/sdl/main.cpp') diff --git a/backends/platform/sdl/main.cpp b/backends/platform/sdl/main.cpp index 481f62e5d5..afa4abb2b5 100644 --- a/backends/platform/sdl/main.cpp +++ b/backends/platform/sdl/main.cpp @@ -23,7 +23,7 @@ * */ -#if defined(WIN32) +#if defined(WIN32) && !defined(__SYMBIAN32__) #include // winnt.h defines ARRAYSIZE, but we want our own one... #undef ARRAYSIZE -- cgit v1.2.3