mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
avicap32: Add "stub" to the FIXME in a no yet implemented function.
This commit is contained in:
parent
f79004c265
commit
4d2ea61a21
1 changed files with 2 additions and 3 deletions
|
@ -64,9 +64,8 @@ HWND VFWAPI capCreateCaptureWindowW(LPCWSTR lpszWindowName, DWORD dwStyle, INT x
|
||||||
INT y, INT nWidth, INT nHeight, HWND hWnd,
|
INT y, INT nWidth, INT nHeight, HWND hWnd,
|
||||||
INT nID)
|
INT nID)
|
||||||
{
|
{
|
||||||
FIXME("%s, %08x, %08x, %08x, %08x, %08x, %p, %08x\n",
|
FIXME("(%s, %08x, %08x, %08x, %08x, %08x, %p, %08x): stub\n",
|
||||||
debugstr_w(lpszWindowName), dwStyle,
|
debugstr_w(lpszWindowName), dwStyle, x, y, nWidth, nHeight, hWnd, nID);
|
||||||
x, y, nWidth, nHeight, hWnd, nID);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue