Reworked clipper and implemented all remaining stubs

This commit is contained in:
Toni Spets 2010-10-23 20:25:51 +03:00
parent b77d441bee
commit 7bb1168a90
3 changed files with 68 additions and 45 deletions

7
main.c
View file

@ -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 */