From 2ec55fd974a63b705a4777c256d2222c874fa043 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 31 Jan 2019 18:38:35 +0800 Subject: *SDL project --- Source/3rdParty/SDL2/include/SDL_syswm.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Source/3rdParty/SDL2/include/SDL_syswm.h') diff --git a/Source/3rdParty/SDL2/include/SDL_syswm.h b/Source/3rdParty/SDL2/include/SDL_syswm.h index 8aa4a39..f1c4021 100644 --- a/Source/3rdParty/SDL2/include/SDL_syswm.h +++ b/Source/3rdParty/SDL2/include/SDL_syswm.h @@ -33,12 +33,6 @@ #include "SDL_video.h" #include "SDL_version.h" -#include "begin_code.h" -/* Set up for C function definitions, even when using C++ */ -#ifdef __cplusplus -extern "C" { -#endif - /** * \file SDL_syswm.h * @@ -110,6 +104,12 @@ typedef void *EGLSurface; #include "SDL_egl.h" #endif +#include "begin_code.h" +/* Set up for C function definitions, even when using C++ */ +#ifdef __cplusplus +extern "C" { +#endif + /** * These are the various supported windowing subsystems */ -- cgit v1.1-26-g67d0