Commit 3ece2ab7 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

user32: Added debug traces to SetParent.

parent d13a44e4
......@@ -2984,6 +2984,8 @@ HWND WINAPI SetParent( HWND hwnd, HWND parent )
POINT pt;
BOOL ret;
TRACE("(%p %p)\n", hwnd, parent);
if (is_broadcast(hwnd) || is_broadcast(parent))
{
SetLastError(ERROR_INVALID_PARAMETER);
......
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