mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
various compile fixes for mingw.
This commit is contained in:
parent
4620b8fdfd
commit
7ad0f7ed2b
6 changed files with 9 additions and 5 deletions
|
@ -39,6 +39,7 @@
|
||||||
#include "QF/gib.h"
|
#include "QF/gib.h"
|
||||||
#include "QF/vfs.h"
|
#include "QF/vfs.h"
|
||||||
|
|
||||||
|
#include "compat.h"
|
||||||
#include "gib_instructions.h"
|
#include "gib_instructions.h"
|
||||||
#include "gib_interpret.h"
|
#include "gib_interpret.h"
|
||||||
#include "gib_modules.h"
|
#include "gib_modules.h"
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
|
|
||||||
#include "QF/gib.h"
|
#include "QF/gib.h"
|
||||||
|
|
||||||
|
#include "compat.h"
|
||||||
#include "gib_error.h"
|
#include "gib_error.h"
|
||||||
#include "gib_instructions.h"
|
#include "gib_instructions.h"
|
||||||
#include "gib_interpret.h"
|
#include "gib_interpret.h"
|
||||||
|
|
|
@ -34,20 +34,21 @@
|
||||||
|
|
||||||
#include "QF/cdaudio.h"
|
#include "QF/cdaudio.h"
|
||||||
#include "QF/cmd.h"
|
#include "QF/cmd.h"
|
||||||
#include "compat.h"
|
|
||||||
#include "QF/console.h"
|
#include "QF/console.h"
|
||||||
|
#include "QF/cvar.h"
|
||||||
#include "QF/input.h"
|
#include "QF/input.h"
|
||||||
#include "QF/keys.h"
|
#include "QF/keys.h"
|
||||||
#include "QF/qargs.h"
|
#include "QF/qargs.h"
|
||||||
#include "QF/qendian.h"
|
#include "QF/qendian.h"
|
||||||
#include "QF/vfs.h"
|
#include "QF/vfs.h"
|
||||||
#include "sbar.h"
|
|
||||||
#include "QF/screen.h"
|
#include "QF/screen.h"
|
||||||
#include "QF/sound.h"
|
#include "QF/sound.h"
|
||||||
#include "QF/sys.h"
|
#include "QF/sys.h"
|
||||||
#include "QF/va.h"
|
#include "QF/va.h"
|
||||||
#include "QF/vid.h"
|
#include "QF/vid.h"
|
||||||
|
|
||||||
|
#include "compat.h"
|
||||||
|
#include "sbar.h"
|
||||||
#include "glquake.h"
|
#include "glquake.h"
|
||||||
#include "in_win.h"
|
#include "in_win.h"
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
|
@ -134,8 +135,6 @@ static qboolean fullsbardraw = true;
|
||||||
|
|
||||||
HDC maindc;
|
HDC maindc;
|
||||||
|
|
||||||
glvert_t glv;
|
|
||||||
|
|
||||||
HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);
|
HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);
|
||||||
LONG CDAudio_MessageHandler (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
LONG CDAudio_MessageHandler (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||||
|
|
||||||
|
|
|
@ -34,13 +34,14 @@
|
||||||
#include "conproc.h"
|
#include "conproc.h"
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
|
|
||||||
#include "compat.h"
|
#include "QF/cvar.h"
|
||||||
#include "QF/qargs.h"
|
#include "QF/qargs.h"
|
||||||
#include "QF/screen.h"
|
#include "QF/screen.h"
|
||||||
#include "QF/sys.h"
|
#include "QF/sys.h"
|
||||||
#include "QF/vfile.h"
|
#include "QF/vfile.h"
|
||||||
|
|
||||||
#include "client.h"
|
#include "client.h"
|
||||||
|
#include "compat.h"
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "host.h"
|
#include "host.h"
|
||||||
|
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#include "QF/console.h"
|
#include "QF/console.h"
|
||||||
|
#include "QF/cvar.h"
|
||||||
#include "QF/qargs.h"
|
#include "QF/qargs.h"
|
||||||
#include "QF/screen.h"
|
#include "QF/screen.h"
|
||||||
#include "QF/sound.h"
|
#include "QF/sound.h"
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
#include "QF/va.h"
|
#include "QF/va.h"
|
||||||
#include "QF/vfs.h"
|
#include "QF/vfs.h"
|
||||||
|
|
||||||
|
#include "compat.h"
|
||||||
#include "net.h"
|
#include "net.h"
|
||||||
#include "protocol.h"
|
#include "protocol.h"
|
||||||
#include "server.h"
|
#include "server.h"
|
||||||
|
|
Loading…
Reference in a new issue