mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
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.
This commit is contained in:
parent
a823982e02
commit
86c5c3f219
@ -23,7 +23,7 @@
|
|||||||
#ifndef _SDL_winrtapp_xaml_h
|
#ifndef _SDL_winrtapp_xaml_h
|
||||||
#define _SDL_winrtapp_xaml_h
|
#define _SDL_winrtapp_xaml_h
|
||||||
|
|
||||||
#include "SDL_types.h"
|
#include "SDL_stdinc.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern SDL_bool WINRT_XAMLWasEnabled;
|
extern SDL_bool WINRT_XAMLWasEnabled;
|
||||||
|
Loading…
Reference in New Issue
Block a user