mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-10 08:34:53 +00:00
Apply WIN32_LEAN_AND_MEAN redefine fix to SDL_syswm.h too.
This is related to 36ffc47b6033, which fixes bug 2508.
This commit is contained in:
parent
610225b451
commit
744d4f02e6
1 changed files with 2 additions and 0 deletions
|
|
@ -52,7 +52,9 @@ struct SDL_SysWMinfo;
|
|||
#else
|
||||
|
||||
#if defined(SDL_VIDEO_DRIVER_WINDOWS)
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue