Skip to content

Commit

Permalink
opengl/context_dxinterop: remove compatibility definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Jun 6, 2024
1 parent c9b8433 commit 927b203
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions video/out/opengl/context_dxinterop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 927b203

Please sign in to comment.