opengl/context_dxinterop: remove unnecessary compatibility defines

No longer needed after 9f8b4b38c9.
This commit is contained in:
Kacper Michajłow 2024-06-04 20:27:58 +02:00
parent a73c73255b
commit e7e759cdfd
1 changed files with 0 additions and 5 deletions

View File

@ -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;