From 39e5973a419c1c3d1ec01ad35c781de2d49ec8cd Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 29 Nov 2010 07:52:38 +0000 Subject: COMMON: Applied patch #3121969 - "WIN32_LEAN_AND_MEAN in incorrect place" svn-id: r54567 --- backends/platform/sdl/win32/win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/sdl/win32/win32.cpp') diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp index f8101c96db..dce7b88c13 100644 --- a/backends/platform/sdl/win32/win32.cpp +++ b/backends/platform/sdl/win32/win32.cpp @@ -25,8 +25,8 @@ #ifdef WIN32 -#include #define WIN32_LEAN_AND_MEAN +#include #undef ARRAYSIZE // winnt.h defines ARRAYSIZE, but we want our own one... // Disable symbol overrides so that we can use system headers. -- cgit v1.2.3