mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-13 21:50:13 +02:00
DirectXTex: Minor code review fix
This commit is contained in:
parent
183937c3f7
commit
c671cc3911
@ -29,10 +29,8 @@
|
|||||||
#if defined(_XBOX_ONE) && defined(_TITLE) && MONOLITHIC
|
#if defined(_XBOX_ONE) && defined(_TITLE) && MONOLITHIC
|
||||||
#include <d3d11_x.h>
|
#include <d3d11_x.h>
|
||||||
#define DCOMMON_H_INCLUDED
|
#define DCOMMON_H_INCLUDED
|
||||||
#elif (_WIN32_WINNT >= 0x0602) || defined(_WIN7_PLATFORM_UPDATE)
|
|
||||||
#include <d3d11_1.h>
|
|
||||||
#else
|
#else
|
||||||
#include <d3d11.h>
|
#include <d3d11_1.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <ocidl.h>
|
#include <ocidl.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user