(Win32) Buildfixes

This commit is contained in:
twinaphex 2015-11-23 12:14:53 +01:00
parent 5974f81ed8
commit b434689d39
7 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include "../../driver.h"
#include "../../general.h"
#include "../../verbosity.h"
#ifdef _XBOX
#define DSERR_BUFFERLOST MAKE_DSHRESULT(150)

View File

@ -26,6 +26,7 @@
#include "../../driver.h"
#include "../../general.h"
#include "../../verbosity.h"
typedef struct xaudio2 xaudio2_t;

View File

@ -25,6 +25,7 @@
#include "../frontend_driver.h"
#include "../../general.h"
#include "../../verbosity.h"
#include "../../menu/menu.h"
/* We only load this library once, so we let it be

View File

@ -14,6 +14,7 @@
*/
#include "../../general.h"
#include "../../verbosity.h"
#include "win32_common.h"
#if !defined(_XBOX)

View File

@ -40,6 +40,7 @@
#include "../../performance.h"
#include "../../defines/d3d_defines.h"
#include "../../verbosity.h"
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_HLSL)

View File

@ -23,6 +23,7 @@
#include "../common/win32_common.h"
#include "../../runloop.h"
#include "../../verbosity.h"
#ifdef _MSC_VER
#ifndef _XBOX

View File

@ -33,6 +33,7 @@
#include "../input_common.h"
#include "../../general.h"
#include "../../verbosity.h"
/* Check if the definitions do not already exist.