Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Make sure STRICT is defined so the window proc has the correct prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 14, 2010
1 parent 54039b3 commit 01b9f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/win32/SDL_win32video.h
Expand Up @@ -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>
Expand Down

0 comments on commit 01b9f12

Please sign in to comment.