mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Merge commit 'b8962d64cc'
* commit 'b8962d64cc': dxva2: Clean up definition of _WIN32_WINNT Conflicts: libavcodec/dxva2.h See:89946c8403Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
38c4316fff
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue