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
This commit is contained in:
Sam Lantinga 2010-02-14 15:55:10 +00:00
parent 3db86820f6
commit 999d46db4a

View File

@ -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 <windows.h>