tweak QueryInterface

This commit is contained in:
FunkyFr3sh 2021-05-28 22:19:38 +02:00
parent f0522b6cce
commit e5dffb454b
2 changed files with 20 additions and 11 deletions

View file

@ -8,6 +8,9 @@
#include "ddraw.h"
DEFINE_GUID(IID_IDirectDrawSurface4, 0x0B2B8630, 0xAD35, 0x11D0, 0x8E, 0xA6, 0x00, 0x60, 0x97, 0x97, 0xEA, 0x5B);
DEFINE_GUID(IID_IDirectDrawSurface7, 0x06675a80, 0x3b9b, 0x11d2, 0xb9, 0x2f, 0x00, 0x60, 0x97, 0x97, 0xea, 0x5b);
struct IDirectDrawSurfaceImpl;
struct IDirectDrawSurfaceImplVtbl;