mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-11 07:06:13 +01:00
DirectXTex: public header doesn't include windows.h, so might not have _WIN32_WINNT_WIN8 symbol yet
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
#if (_WIN32_WINNT >= _WIN32_WINNT_WIN8) || defined(_WIN7_PLATFORM_UPDATE)
|
#if (_WIN32_WINNT >= 0x0602) || defined(_WIN7_PLATFORM_UPDATE)
|
||||||
#include <d3d11_1.h>
|
#include <d3d11_1.h>
|
||||||
#else
|
#else
|
||||||
#include <d3d11.h>
|
#include <d3d11.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user