Skip to content

Commit

Permalink
WinRT: build fixes, post SDL 2.0.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Oct 28, 2013
1 parent 69c5d21 commit 1704af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SDL_log.c
Expand Up @@ -20,7 +20,7 @@
*/
#include "SDL_config.h"

#if defined(__WIN32__)
#if defined(__WIN32__) || defined(__WINRT__)
#include "core/windows/SDL_windows.h"
#endif

Expand Down
2 changes: 1 addition & 1 deletion src/atomic/SDL_spinlock.c
Expand Up @@ -20,7 +20,7 @@
*/
#include "SDL_config.h"

#ifdef __WIN32__
#if defined(__WIN32__) || defined(__WINRT__)
#include "../core/windows/SDL_windows.h"
#endif

Expand Down

0 comments on commit 1704af5

Please sign in to comment.