avicap32: Add "stub" to the FIXME in a no yet implemented function.
This commit is contained in:
parent
f79004c265
commit
4d2ea61a21
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue