From 5d0f901b8fe98dbbe98d30ba8c29bbdb7929176f Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Tue, 31 Dec 2019 23:29:01 -0800 Subject: [PATCH] Disable SDL_syswm.h structure packing hackery that does nothing but also affects system headers and makes VS2019 winnt.h unhappy. --- vs2015/sdl/include/SDL_syswm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vs2015/sdl/include/SDL_syswm.h b/vs2015/sdl/include/SDL_syswm.h index 258b4e98c..0d70b791f 100644 --- a/vs2015/sdl/include/SDL_syswm.h +++ b/vs2015/sdl/include/SDL_syswm.h @@ -31,7 +31,7 @@ #include "SDL_error.h" #include "SDL_version.h" -#include "begin_code.h" +//#include "begin_code.h" /* Set up for C function definitions, even when using C++ */ #ifdef __cplusplus extern "C" { @@ -222,6 +222,6 @@ extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info); #ifdef __cplusplus } #endif -#include "close_code.h" +//#include "close_code.h" #endif /* _SDL_syswm_h */