Patched to compile on various platforms.

This commit is contained in:
Ryan C. Gordon
2016-04-12 18:11:36 -04:00
parent c61675dc5d
commit 9b4db2b8aa
8 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,7 @@
#include "SDL_keyboard.h"
#include "SDL_cocoavideo.h"
#include "../thread/SDL_systhread.h"
#include "../../thread/SDL_systhread.h"
#include "../../events/SDL_mouse_c.h"

View File

@@ -32,7 +32,7 @@
#include "SDL_pspvideo.h"
#include "SDL_pspevents_c.h"
#include "SDL_keyboard.h"
#include "../thread/SDL_systhread.h"
#include "../../thread/SDL_systhread.h"
#include <psphprm.h>
#ifdef PSPIRKEYB

View File

@@ -38,7 +38,7 @@ 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"
#include "../../thread/SDL_systhread.h"
extern "C" {
#include "../SDL_sysvideo.h"