From 5159109035ccc21b1ff8331f65bbc3cf081c2edd Mon Sep 17 00:00:00 2001 From: walbourn_cp Date: Fri, 4 Oct 2013 17:44:52 -0700 Subject: [PATCH] DirectXTex: public header doesn't include windows.h, so might not have _WIN32_WINNT_WIN8 symbol yet --- DirectXTex/DirectXTex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DirectXTex/DirectXTex.h b/DirectXTex/DirectXTex.h index 4926303..ed2869d 100644 --- a/DirectXTex/DirectXTex.h +++ b/DirectXTex/DirectXTex.h @@ -25,7 +25,7 @@ #include #include -#if (_WIN32_WINNT >= _WIN32_WINNT_WIN8) || defined(_WIN7_PLATFORM_UPDATE) +#if (_WIN32_WINNT >= 0x0602) || defined(_WIN7_PLATFORM_UPDATE) #include #else #include