avicap32: Add "stub" to the FIXME in a no yet implemented function.

oldstable
Michael Stefaniuc 2012-02-23 15:14:06 +01:00 committed by Alexandre Julliard
parent f79004c265
commit 4d2ea61a21
1 changed files with 2 additions and 3 deletions

View File

@ -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;
}