Stub for DrawDibProfileDisplay.
This commit is contained in:
parent
55b57417e1
commit
746470f544
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue