From a0a1ac0f091d390cbbb73c90e1b6a4a18cf0f50a Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Mon, 11 Feb 2013 17:59:07 +0100
Subject: [PATCH] dxva2: Add missing #define to make header compile standalone

---
 libavcodec/dxva2.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/dxva2.h b/libavcodec/dxva2.h
index c06f1f33327..d161eb9f5ea 100644
--- a/libavcodec/dxva2.h
+++ b/libavcodec/dxva2.h
@@ -29,8 +29,8 @@
  * Public libavcodec DXVA2 header.
  */
 
+#define _WIN32_WINNT 0x0600
 #include <stdint.h>
-
 #include <d3d9.h>
 #include <dxva2api.h>
 
-- 
GitLab