# HG changeset patch # User Sam Lantinga # Date 1266162910 0 # Node ID 9676307d93bec77c7b315b2e0796110d70872ccf # Parent 794f31fb9505b4afa146d2bd0858dedbd7b30d00 Make sure STRICT is defined so the window proc has the correct prototype diff -r 794f31fb9505 -r 9676307d93be src/video/win32/SDL_win32video.h --- a/src/video/win32/SDL_win32video.h Sun Feb 14 15:16:13 2010 +0000 +++ b/src/video/win32/SDL_win32video.h Sun Feb 14 15:55:10 2010 +0000 @@ -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