mirror of
https://github.com/yawut/SDL.git
synced 2026-04-23 00:57:24 -05:00
Apply WIN32_LEAN_AND_MEAN redefine fix to SDL_syswm.h too.
This is related to 7a261af2d612, which fixes bug 2508.
This commit is contained in:
parent
550fe25153
commit
9567586894
|
|
@ -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…
Reference in New Issue
Block a user