Commit 964109de authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Stub for comctl32.419

parent a3a1c84a
......@@ -206,6 +206,6 @@ debug_channels (animate comboex commctrl datetime header hotkey imagelist ipaddr
416 stub @
417 stub @
418 stub @
419 stub @
419 stdcall @(long long long long) COMCTL32_419
420 stub @
421 stub @
......@@ -2780,3 +2780,17 @@ BOOL WINAPI COMCTL32_415( HWND hwnd, DWORD b, DWORD c, DWORD d, DWORD e)
return TRUE;
}
/**************************************************************************
* @ [COMCTL32.419]
*
* FIXME: What's this supposed to do?
*/
BOOL WINAPI COMCTL32_419( DWORD a, DWORD b, DWORD c, DWORD d)
{
FIXME("(%lx, %lx, %lx, %lx): stub!\n", a, b, c, d);
return TRUE;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment