summaryrefslogtreecommitdiff
path: root/libavcodec/d3d11va.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/d3d11va.h')
-rw-r--r--libavcodec/d3d11va.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/d3d11va.h b/libavcodec/d3d11va.h
index 2163b350aa..f5777c26dd 100644
--- a/libavcodec/d3d11va.h
+++ b/libavcodec/d3d11va.h
@@ -30,9 +30,9 @@
* Public libavcodec D3D11VA header.
*/
-#if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x0600
+#if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x0602
#undef _WIN32_WINNT
-#define _WIN32_WINNT 0x0600
+#define _WIN32_WINNT 0x0602
#endif
#include <stdint.h>