WinRT: more renaming of "windowsrt" to "winrt"
--HG-- rename : include/SDL_config_windowsrt.h => include/SDL_config_winrt.h
This commit is contained in:
parent
12ca6364f9
commit
4348ee8893
7 changed files with 10 additions and 10 deletions
|
@ -32,7 +32,7 @@
|
|||
#if defined(__WIN32__)
|
||||
#include "SDL_config_windows.h"
|
||||
#elif defined(__WINRT__)
|
||||
#include "SDL_config_windowsrt.h"
|
||||
#include "SDL_config_winrt.h"
|
||||
#elif defined(__MACOSX__)
|
||||
#include "SDL_config_macosx.h"
|
||||
#elif defined(__IPHONEOS__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue