Skip to content

Commit

Permalink
WinRT: build/link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Apr 14, 2016
1 parent c137eb6 commit caf152d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/winrt/SDL_winrtevents.cpp
Expand Up @@ -38,9 +38,9 @@ using Windows::UI::Core::CoreCursor;
#include "../../core/winrt/SDL_winrtapp_xaml.h"
#include "SDL_assert.h"
#include "SDL_system.h"
#include "../../thread/SDL_systhread.h"

extern "C" {
#include "../../thread/SDL_systhread.h"
#include "../SDL_sysvideo.h"
#include "../../events/SDL_events_c.h"
}
Expand Down

0 comments on commit caf152d

Please sign in to comment.