Commit 38c4316f authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'b8962d64'

* commit 'b8962d64':
  dxva2: Clean up definition of _WIN32_WINNT

Conflicts:
	libavcodec/dxva2.h

See: 89946c84Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 052cd1ce b8962d64
......@@ -29,11 +29,8 @@
* Public libavcodec DXVA2 header.
*/
#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0600
#if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x0600
#undef _WIN32_WINNT
#endif
#if !defined(_WIN32_WINNT)
#define _WIN32_WINNT 0x0600
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment