summaryrefslogtreecommitdiff
path: root/libavcodec/dxva2.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-28 22:22:06 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-28 22:22:10 +0200
commit77c3908d5cd076d343554d0f73360a00b5fc90ab (patch)
treeba6bb57f0c94d46e08c2e5ba0552b6ad70267f3d /libavcodec/dxva2.h
parent9f543e01afe38996f409b4bf85ef738cda118006 (diff)
parentd75b55635a02444c2f188c26e431a1cec992babe (diff)
downloadffmpeg-77c3908d5cd076d343554d0f73360a00b5fc90ab.tar.gz
Merge commit 'd75b55635a02444c2f188c26e431a1cec992babe'
* commit 'd75b55635a02444c2f188c26e431a1cec992babe': dxva2/d3d11va: Set _WIN32_WINNT to 0x0602 instead of 0x0600 Merged-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/dxva2.h')
-rw-r--r--libavcodec/dxva2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/dxva2.h b/libavcodec/dxva2.h
index be246d7198..9e3ab86a82 100644
--- a/libavcodec/dxva2.h
+++ b/libavcodec/dxva2.h
@@ -29,9 +29,9 @@
* Public libavcodec DXVA2 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>