#121 return empty device identifier
This commit is contained in:
parent
daeac4be45
commit
3f9ac549bc
6 changed files with 34 additions and 10 deletions
|
@ -654,7 +654,7 @@ HRESULT WINAPI fake_CoCreateInstance(REFCLSID rclsid, LPUNKNOWN pUnkOuter, DWORD
|
|||
IsEqualGUID(&IID_IDirectDraw4, riid) ||
|
||||
IsEqualGUID(&IID_IDirectDraw7, riid))
|
||||
{
|
||||
return dd_CreateEx(NULL, ppv, NULL, NULL);
|
||||
return dd_CreateEx(NULL, ppv, riid, NULL);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue