Fix includes for SDL 1.2-only ports' files

This commit is contained in:
Monster Iestyn 2017-09-14 21:15:38 +01:00
parent 5076861e0f
commit 900bab9b13
6 changed files with 8 additions and 8 deletions

View File

@ -51,7 +51,7 @@
#endif #endif
#ifdef _XBOX #ifdef _XBOX
#include "sdl/SRB2XBOX/xboxhelp.h" #include "sdl12/SRB2XBOX/xboxhelp.h"
#endif #endif
// //

View File

@ -82,7 +82,7 @@ int snprintf(char *str, size_t n, const char *fmt, ...);
#endif #endif
#ifdef _XBOX #ifdef _XBOX
#include "sdl/SRB2XBOX/xboxhelp.h" #include "sdl12/SRB2XBOX/xboxhelp.h"
#endif #endif
#ifdef HWRENDER #ifdef HWRENDER

View File

@ -22,7 +22,7 @@
#include <windows.h> #include <windows.h>
#endif #endif
#ifdef _WIN32_WCE #ifdef _WIN32_WCE
#include "sdl/SRB2CE/cehelp.h" #include "sdl12/SRB2CE/cehelp.h"
#else #else
#include <sys/stat.h> #include <sys/stat.h>
#endif #endif

View File

@ -97,7 +97,7 @@
#include <time.h> #include <time.h>
#ifdef _arch_dreamcast #ifdef _arch_dreamcast
#include "sdl/SRB2DC/dchelp.h" #include "sdl12/SRB2DC/dchelp.h"
#endif #endif
#if (defined (__unix__) && !defined (MSDOS)) || defined(__APPLE__) || defined (UNIXCOMMON) #if (defined (__unix__) && !defined (MSDOS)) || defined(__APPLE__) || defined (UNIXCOMMON)
@ -192,7 +192,7 @@ static UINT8 UPNP_support = TRUE;
#define close closesocket #define close closesocket
#ifdef _WIN32_WCE #ifdef _WIN32_WCE
#include "sdl/SRB2CE/cehelp.h" #include "sdl12/SRB2CE/cehelp.h"
#endif #endif
#endif #endif

View File

@ -21,7 +21,7 @@
#endif #endif
#ifdef _WIN32_WCE #ifdef _WIN32_WCE
#include "sdl/SRB2CE/cehelp.h" #include "sdl12/SRB2CE/cehelp.h"
#endif #endif
/*! /*!

View File

@ -65,7 +65,7 @@
#endif #endif
#ifdef _arch_dreamcast #ifdef _arch_dreamcast
#include "sdl/SRB2DC/dchelp.h" #include "sdl12/SRB2DC/dchelp.h"
#endif #endif
#include <sys/time.h> // timeval,... (TIMEOUT) #include <sys/time.h> // timeval,... (TIMEOUT)
@ -92,7 +92,7 @@
#include "m_misc.h" // GetRevisionString() #include "m_misc.h" // GetRevisionString()
#ifdef _WIN32_WCE #ifdef _WIN32_WCE
#include "sdl/SRB2CE/cehelp.h" #include "sdl12/SRB2CE/cehelp.h"
#endif #endif
#include "i_addrinfo.h" #include "i_addrinfo.h"