mirror of
https://github.com/joel16/SDL2.git
synced 2024-12-13 14:07:38 +00:00
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:
parent
3db86820f6
commit
999d46db4a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user