Skip to content

Commit

Permalink
Replaced include of SDL_types.h with SDL_stdinc.h in internal header …
Browse files Browse the repository at this point in the history
…file.

SDL_types.h is deprecated and currently only includes SDL_stdinc.h itself.
  • Loading branch information
philippwiesemann committed Jan 8, 2015
1 parent a823982 commit 86c5c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/winrt/SDL_winrtapp_xaml.h
Expand Up @@ -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;
Expand Down

0 comments on commit 86c5c3f

Please sign in to comment.