mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 12:16:14 +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 <functional>
|
||||
|
||||
#if (_WIN32_WINNT >= _WIN32_WINNT_WIN8) || defined(_WIN7_PLATFORM_UPDATE)
|
||||
#if (_WIN32_WINNT >= 0x0602) || defined(_WIN7_PLATFORM_UPDATE)
|
||||
#include <d3d11_1.h>
|
||||
#else
|
||||
#include <d3d11.h>
|
||||
|
||||
Reference in New Issue
Block a user