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