Stub for DrawDibProfileDisplay.

This commit is contained in:
Hans Leidekker 2004-06-03 23:19:51 +00:00 committed by Alexandre Julliard
parent 55b57417e1
commit 746470f544
2 changed files with 8 additions and 1 deletions

View File

@ -454,3 +454,10 @@ UINT VFWAPI DrawDibRealize(HDRAWDIB hdd, HDC hdc, BOOL fBackground)
TRACE("=> %u\n", ret);
return ret;
}
DWORD VFWAPI DrawDibProfileDisplay(LPBITMAPINFOHEADER lpbi)
{
FIXME("(%p) stub\n", lpbi);
return PD_CAN_DRAW_DIB;
}

View File

@ -11,7 +11,7 @@
@ stub DrawDibGetBuffer
@ stdcall DrawDibGetPalette(long)
@ stdcall DrawDibOpen()
@ stub DrawDibProfileDisplay
@ stdcall DrawDibProfileDisplay(ptr)
@ stdcall DrawDibRealize(long long long)
@ stdcall DrawDibSetPalette(long long)
@ stdcall DrawDibStart(long long)