DirectXTex: public header doesn't include windows.h, so might not have _WIN32_WINNT_WIN8 symbol yet

This commit is contained in:
walbourn_cp 2013-10-04 17:44:52 -07:00
parent e12d9c67f2
commit 5159109035

View File

@ -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>