From da60ff3ded848f54300b8d320d158accde2cd4af Mon Sep 17 00:00:00 2001 From: Littleboy Date: Tue, 19 Jul 2011 13:46:32 -0400 Subject: JANITORIAL: Fix MSVC warnings - Conversion from double to float - Unary minus operator applied to unsigned type - ARRAYSIZE redefinition --- backends/platform/sdl/win32/win32.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'backends/platform') diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp index c1b6c853e4..a2c8e43424 100644 --- a/backends/platform/sdl/win32/win32.cpp +++ b/backends/platform/sdl/win32/win32.cpp @@ -23,11 +23,6 @@ // Disable symbol overrides so that we can use system headers. #define FORBIDDEN_SYMBOL_ALLOW_ALL -#include "common/scummsys.h" -#include "common/config-manager.h" -#include "common/error.h" -#include "common/textconsole.h" - #ifdef WIN32 #define WIN32_LEAN_AND_MEAN @@ -35,6 +30,11 @@ #undef ARRAYSIZE // winnt.h defines ARRAYSIZE, but we want our own one... #include +#include "common/scummsys.h" +#include "common/config-manager.h" +#include "common/error.h" +#include "common/textconsole.h" + #include // For setting the icon #include "backends/platform/sdl/win32/win32.h" -- cgit v1.2.3