mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
ignore 0 GUID
This commit is contained in:
parent
cbcbad0be4
commit
004951a940
@ -128,6 +128,12 @@ HRESULT __stdcall IDirectDraw__QueryInterface(IDirectDrawImpl* This, REFIID riid
|
||||
ret = S_OK;
|
||||
*/
|
||||
}
|
||||
else if (((GUID*)riid)->Data1 == 0 && ((GUID*)riid)->Data2 == 0 && ((GUID*)riid)->Data3 == 0)
|
||||
{
|
||||
TRACE("NOT_IMPLEMENTED GUID = 0 0 0\n");
|
||||
|
||||
ret = E_NOINTERFACE;
|
||||
}
|
||||
else
|
||||
{
|
||||
TRACE("NOT_IMPLEMENTED GUID = %08X\n", ((GUID*)riid)->Data1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user