mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-23 22:15:05 +00:00
WinRT: build/link fix
This commit is contained in:
parent
c137eb61d7
commit
caf152def7
|
@ -38,9 +38,9 @@ using Windows::UI::Core::CoreCursor;
|
||||||
#include "../../core/winrt/SDL_winrtapp_xaml.h"
|
#include "../../core/winrt/SDL_winrtapp_xaml.h"
|
||||||
#include "SDL_assert.h"
|
#include "SDL_assert.h"
|
||||||
#include "SDL_system.h"
|
#include "SDL_system.h"
|
||||||
#include "../../thread/SDL_systhread.h"
|
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
#include "../../thread/SDL_systhread.h"
|
||||||
#include "../SDL_sysvideo.h"
|
#include "../SDL_sysvideo.h"
|
||||||
#include "../../events/SDL_events_c.h"
|
#include "../../events/SDL_events_c.h"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue