Browse Source

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.
Philipp Wiesemann 10 years ago
parent
commit
86c5c3f219
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/winrt/SDL_winrtapp_xaml.h

+ 1 - 1
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;