Module: wine Branch: master Commit: 4d2ea61a213720375d6c7a1416915331f9c815bb URL: http://source.winehq.org/git/wine.git/?a=commit;h=4d2ea61a213720375d6c7a1416...
Author: Michael Stefaniuc mstefani@redhat.de Date: Thu Feb 23 15:14:06 2012 +0100
avicap32: Add "stub" to the FIXME in a no yet implemented function.
---
dlls/avicap32/avicap32_main.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/dlls/avicap32/avicap32_main.c b/dlls/avicap32/avicap32_main.c index 7ee7b63..445656c 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; }