mirror of https://github.com/mpv-player/mpv
opengl/context_dxinterop: remove unnecessary compatibility defines
No longer needed after 9f8b4b38c9
.
This commit is contained in:
parent
a73c73255b
commit
e7e759cdfd
|
@ -30,11 +30,6 @@
|
|||
EXTERN_C IMAGE_DOS_HEADER __ImageBase;
|
||||
#define HINST_THISCOMPONENT ((HINSTANCE)&__ImageBase)
|
||||
|
||||
// mingw-w64 header typo?
|
||||
#ifndef IDirect3DSwapChain9Ex_GetBackBuffer
|
||||
#define IDirect3DSwapChain9Ex_GetBackBuffer IDirect3DSwapChain9EX_GetBackBuffer
|
||||
#endif
|
||||
|
||||
struct priv {
|
||||
GL gl;
|
||||
|
||||
|
|
Loading…
Reference in New Issue