WinRT: build/link fix

David Ludwig 2016-04-13 21:59:50 -04:00
parent c137eb61d7
commit caf152def7
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}