Fixed xbox compile errors.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#include <cerrno>
|
||||
|
||||
#if defined(WIN32)
|
||||
#if defined(WIN32) && !defined(XBOX)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "arch/arch_platform.h"
|
||||
|
||||
/* MovieTexture driver selector. */
|
||||
#ifdef HAVE_DIRECTX
|
||||
#if defined(HAVE_DIRECTX) && !defined(XBOX)
|
||||
#include "MovieTexture_DShow.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user