handle ddraw_surface_QueryInterface
This commit is contained in:
parent
737a26bfb3
commit
2d4841beda
2 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,9 @@ DWORD WINAPI render_soft_main(void);
|
|||
HRESULT __stdcall ddraw_surface_QueryInterface(IDirectDrawSurfaceImpl *This, REFIID riid, void **obj)
|
||||
{
|
||||
printf("DirectDrawSurface::QueryInterface(This=%p, riid=%08X, obj=%p) ???\n", This, (unsigned int)riid, obj);
|
||||
|
||||
*obj = This;
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue