From 86c5c3f219dd709a34c47762927833bbebe8582c Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Thu, 8 Jan 2015 21:45:46 +0100 Subject: [PATCH] Replaced include of SDL_types.h with SDL_stdinc.h in internal header file. SDL_types.h is deprecated and currently only includes SDL_stdinc.h itself. --- src/core/winrt/SDL_winrtapp_xaml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/winrt/SDL_winrtapp_xaml.h b/src/core/winrt/SDL_winrtapp_xaml.h index 2296475b00239..7f5d7f1d7f30e 100644 --- a/src/core/winrt/SDL_winrtapp_xaml.h +++ b/src/core/winrt/SDL_winrtapp_xaml.h @@ -23,7 +23,7 @@ #ifndef _SDL_winrtapp_xaml_h #define _SDL_winrtapp_xaml_h -#include "SDL_types.h" +#include "SDL_stdinc.h" #ifdef __cplusplus extern SDL_bool WINRT_XAMLWasEnabled;