mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
include: Add the IDXGISwapChain3 interface.
For cross-compilation of demos. Ideally we'd just depend on the MinGW-w64 headers for these, but we can't depend on those being new enough to include these interfaces.
This commit is contained in:
@@ -30,6 +30,9 @@ typedef IID *REFGUID;
|
||||
cpp_quote("#endif")
|
||||
|
||||
cpp_quote("#if !defined(_WIN32)")
|
||||
typedef void *HWND;
|
||||
typedef void *HMODULE;
|
||||
|
||||
typedef struct LUID
|
||||
{
|
||||
DWORD LowPart;
|
||||
|
||||
Reference in New Issue
Block a user