mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-17 15:30:12 +02:00
DirectXTex: public header doesn't include windows.h, so might not have _WIN32_WINNT_WIN8 symbol yet
This commit is contained in:
parent
e12d9c67f2
commit
5159109035
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user