From 746470f544a7a6efb195d726494812326af3f662 Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Thu, 3 Jun 2004 23:19:51 +0000 Subject: [PATCH] Stub for DrawDibProfileDisplay. --- dlls/msvideo/drawdib.c | 7 +++++++ dlls/msvideo/msvfw32.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/dlls/msvideo/drawdib.c b/dlls/msvideo/drawdib.c index 78362951803..fa4c92ff35a 100644 --- a/dlls/msvideo/drawdib.c +++ b/dlls/msvideo/drawdib.c @@ -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; +} diff --git a/dlls/msvideo/msvfw32.spec b/dlls/msvideo/msvfw32.spec index d3b0f5bbd4d..9590f91bf3a 100644 --- a/dlls/msvideo/msvfw32.spec +++ b/dlls/msvideo/msvfw32.spec @@ -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)