Skip to content
Snippets Groups Projects
Commit ff338b27 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard
Browse files

Better LockWindowUpdate debug.

parent 1ef0d39c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment