Commit ff338b27 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Better LockWindowUpdate debug.

parent 1ef0d39c
......@@ -713,12 +713,11 @@ BOOL16 WINAPI LockWindowUpdate16( HWND16 hwnd )
return LockWindowUpdate( hwnd );
}
/***********************************************************************
* LockWindowUpdate (USER32.@)
*/
BOOL WINAPI LockWindowUpdate( HWND hwnd )
{
FIXME("DCX_LOCKWINDOWUPDATE is unimplemented\n");
FIXME("(%x), stub!\n",hwnd);
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