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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue