Reworked clipper and implemented all remaining stubs
This commit is contained in:
parent
b77d441bee
commit
7bb1168a90
3 changed files with 68 additions and 45 deletions
7
main.c
7
main.c
|
@ -209,13 +209,6 @@ ULONG __stdcall ddraw_Release(IDirectDrawImpl *This)
|
|||
return This->Ref;
|
||||
}
|
||||
|
||||
HRESULT __stdcall null(void *This)
|
||||
{
|
||||
printf("Warning: null method called for instance %p!\n", This);
|
||||
fflush(NULL);
|
||||
return DDERR_UNSUPPORTED;
|
||||
}
|
||||
|
||||
struct IDirectDrawImplVtbl iface =
|
||||
{
|
||||
/* IUnknown */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue