mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-13 16:06:12 +01:00
DirectXTex: Minor code review fix
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user