windows buildtest2

This commit is contained in:
NepDisk 2024-09-11 11:09:50 -04:00
parent 2ba9ebdce4
commit 1c336c204d
15 changed files with 15 additions and 15 deletions

View file

@ -77,7 +77,7 @@
#include "m_random.h"
#if defined(HAVE_SDL)
#include "SDL.h"
#include <SDL.h>
#if SDL_VERSION_ATLEAST(2,0,0)
#include "sdl/sdlmain.h" // JOYSTICK_HOTPLUG
#endif

View file

@ -10,7 +10,7 @@
#include <windows.h>
/* Include the SDL main definition header */
#include "SDL.h"
#include <SDL.h>
#include "SDL_main.h"
#ifdef main

View file

@ -31,7 +31,7 @@
#ifdef HAVE_SDL
#include "SDL.h"
#include <SDL.h>
#ifdef _MSC_VER
#pragma warning(default : 4214 4244)

View file

@ -36,7 +36,7 @@
#ifdef HAVE_SDL
#ifdef HAVE_TTF
#include "SDL.h"
#include <SDL.h>
#include "i_ttf.h"
#endif

View file

@ -64,7 +64,7 @@ typedef LPVOID (WINAPI *p_MapViewOfFile) (HANDLE, DWORD, DWORD, DWORD, SIZE_T);
#ifdef HAVE_SDL
#define _MATH_DEFINES_DEFINED
#include "SDL.h"
#include <SDL.h>
#ifdef HAVE_TTF
#include "i_ttf.h"

View file

@ -17,7 +17,7 @@
/// \brief SDL_ttf interface code. Necessary for platforms with no framebuffer console systems.
#if defined(HAVE_SDL) && defined(HAVE_TTF)
#include "SDL.h"
#include <SDL.h>
#include "SDL_ttf.h"
#include "../doomdef.h"
#include "../doomstat.h"

View file

@ -30,7 +30,7 @@
#ifdef HAVE_SDL
#define _MATH_DEFINES_DEFINED
#include "SDL.h"
#include <SDL.h>
#ifdef _MSC_VER
#include <windows.h>

View file

@ -50,7 +50,7 @@ write netcode into the sound code, OKAY?
#ifdef _MSC_VER
#pragma warning(disable : 4214 4244)
#endif
#include "SDL.h"
#include <SDL.h>
#ifdef _MSC_VER
#pragma warning(default : 4214 4244)
#endif

View file

@ -25,7 +25,7 @@
#ifdef HAVE_SDL
#define _MATH_DEFINES_DEFINED
#include "SDL.h"
#include <SDL.h>
#include "sdlmain.h"

View file

@ -26,7 +26,7 @@
#if defined(HAVE_SDL) && SOUND==SOUND_SDL
#include "SDL.h"
#include <SDL.h>
#ifdef _MSC_VER
#pragma warning(default : 4214 4244)

View file

@ -31,7 +31,7 @@
#ifdef HAVE_SDL
#include "SDL.h"
#include <SDL.h>
#ifdef _MSC_VER
#pragma warning(default : 4214 4244)

View file

@ -51,7 +51,7 @@ PSP_MAIN_THREAD_STACK_SIZE_KB(256);
#ifdef HAVE_SDL
#ifdef HAVE_TTF
#include "SDL.h"
#include <SDL.h>
#include "i_ttf.h"
#endif

View file

@ -75,7 +75,7 @@ void __set_fpscr(long); // in libgcc / kernel's startup.s?
#ifdef HAVE_SDL
#include "SDL.h"
#include <SDL.h>
#ifdef HAVE_TTF
#include "i_ttf.h"

View file

@ -29,7 +29,7 @@
#ifdef HAVE_SDL
#include "SDL.h"
#include <SDL.h>
#ifdef _MSC_VER
#pragma warning(default : 4214 4244)

View file

@ -25,7 +25,7 @@
#if defined(HAVE_SDL) && SOUND==SOUND_SDL
#include "SDL.h"
#include <SDL.h>
#ifdef _MSC_VER
#pragma warning(default : 4214 4244)