Commit 746470f5 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

Stub for DrawDibProfileDisplay.

parent 55b57417
......@@ -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;
}
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment