Make sure STRICT is defined so the window proc has the correct prototype

This commit is contained in:
Sam Lantinga
2010-02-14 15:55:10 +00:00
parent 88e589dc91
commit 2d2c000e36

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>