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:
Henri Verbeet
2016-09-28 13:38:28 +02:00
parent a8f7602b14
commit 110309b623
8 changed files with 275 additions and 1 deletions

View File

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