From 01b9f1239e38e72bb79fd046262f1b532874e3b5 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 --- 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 2cbfc1232..b33d51889 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