From 999d46db4a23ef3f2452f1ff408216ff0ddf7e0d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 14 Feb 2010 15:55:10 +0000 Subject: [PATCH] Make sure STRICT is defined so the window proc has the correct prototype --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404466 --- src/video/win32/SDL_win32video.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/win32/SDL_win32video.h b/src/video/win32/SDL_win32video.h index 2cbfc123..b33d5188 100644 --- a/src/video/win32/SDL_win32video.h +++ b/src/video/win32/SDL_win32video.h @@ -27,6 +27,7 @@ #include "../SDL_sysvideo.h" #define WIN32_LEAN_AND_MEAN +#define STRICT #define UNICODE #define WINVER 0x500 /* Need 0x410 for AlphaBlend() and 0x500 for EnumDisplayDevices() */ #include