Merge pull request #1191 from heuripedes/master

d3d build fixes
This commit is contained in:
Twinaphex 2014-10-25 00:35:55 +02:00
commit a4bbdfa593
2 changed files with 8 additions and 2 deletions

View File

@ -54,6 +54,10 @@
#endif
#if !defined(DONT_HAVE_STATE_TRACKER) && !defined(_XBOX)
#include "../../dynamic.h"
#endif
/* forward declarations */
static void d3d_calculate_rect(d3d_video_t *d3d,
unsigned width, unsigned height,

View File

@ -17,6 +17,9 @@
#ifndef D3DVIDEO_HPP__
#define D3DVIDEO_HPP__
#include <string>
#include <vector>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
@ -55,8 +58,7 @@
#include <Cg/cgD3D9.h>
#endif
#include "d3d_wrapper.h"
#include <string>
#include <vector>
#ifdef HAVE_OVERLAY
typedef struct