From 4d2ea61a213720375d6c7a1416915331f9c815bb Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Thu, 23 Feb 2012 15:14:06 +0100 Subject: [PATCH] avicap32: Add "stub" to the FIXME in a no yet implemented function. --- dlls/avicap32/avicap32_main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dlls/avicap32/avicap32_main.c b/dlls/avicap32/avicap32_main.c index 7ee7b632dca..445656cbfe5 100644 --- a/dlls/avicap32/avicap32_main.c +++ b/dlls/avicap32/avicap32_main.c @@ -64,9 +64,8 @@ HWND VFWAPI capCreateCaptureWindowW(LPCWSTR lpszWindowName, DWORD dwStyle, INT x INT y, INT nWidth, INT nHeight, HWND hWnd, INT nID) { - FIXME("%s, %08x, %08x, %08x, %08x, %08x, %p, %08x\n", - debugstr_w(lpszWindowName), dwStyle, - x, y, nWidth, nHeight, hWnd, nID); + FIXME("(%s, %08x, %08x, %08x, %08x, %08x, %p, %08x): stub\n", + debugstr_w(lpszWindowName), dwStyle, x, y, nWidth, nHeight, hWnd, nID); return 0; } -- 2.11.4.GIT