Removed all use of MONOLITHIC driver variable
This commit is contained in:
parent
917281720e
commit
aa61672a48
@ -22,7 +22,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_XBOX_ONE) && defined(_TITLE) && MONOLITHIC
|
#if defined(_XBOX_ONE) && defined(_TITLE)
|
||||||
#include <d3d11_x.h>
|
#include <d3d11_x.h>
|
||||||
#else
|
#else
|
||||||
#include <dxgiformat.h>
|
#include <dxgiformat.h>
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
#if defined(_XBOX_ONE) && defined(_TITLE) && MONOLITHIC
|
#if defined(_XBOX_ONE) && defined(_TITLE)
|
||||||
#include <d3d11_x.h>
|
#include <d3d11_x.h>
|
||||||
#define DCOMMON_H_INCLUDED
|
#define DCOMMON_H_INCLUDED
|
||||||
#else
|
#else
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#include "directxtexp.h"
|
#include "directxtexp.h"
|
||||||
|
|
||||||
#if !defined(_XBOX_ONE) || !defined(_TITLE) || !MONOLITHIC
|
#if !defined(_XBOX_ONE) || !defined(_TITLE)
|
||||||
#include <d3d10.h>
|
#include <d3d10.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user