mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-14 03:11:25 +00:00
Drop Windows XP support remnants
This commit is contained in:
parent
c7ab6aff66
commit
8f144d9e3d
6 changed files with 6 additions and 32 deletions
|
|
@ -20,14 +20,6 @@
|
|||
|
||||
#include <windows.h>
|
||||
|
||||
// Include thread.h before redefining _WIN32_WINNT, to get
|
||||
// the right implementation for AVOnce
|
||||
#include "thread.h"
|
||||
|
||||
#if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x0600
|
||||
#undef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0600
|
||||
#endif
|
||||
#define COBJMACROS
|
||||
|
||||
#include <initguid.h>
|
||||
|
|
@ -46,6 +38,7 @@
|
|||
#include "imgutils.h"
|
||||
#include "pixdesc.h"
|
||||
#include "pixfmt.h"
|
||||
#include "thread.h"
|
||||
|
||||
typedef HRESULT(WINAPI *PFN_CREATE_DXGI_FACTORY)(REFIID riid, void **ppFactory);
|
||||
|
||||
|
|
|
|||
|
|
@ -18,10 +18,6 @@
|
|||
|
||||
#include <windows.h>
|
||||
|
||||
#if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x0600
|
||||
#undef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0600
|
||||
#endif
|
||||
#define DXVA2API_USE_BITFIELDS
|
||||
#define COBJMACROS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue