Commit 1b450209 authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Fix typo in SetWindowPos32.

parent 3ad2b93f
......@@ -2115,7 +2115,7 @@ BOOL32 WINAPI SetWindowPos32( HWND32 hwnd, HWND32 hwndInsertAfter,
{
WND* wnd = WIN_FindWndPtr(hwndInsertAfter);
if( wndPtr ) {
if( wnd ) {
if( wnd->parent != wndPtr->parent ) return FALSE;
if( wnd->next == wndPtr ) flags |= SWP_NOZORDER;
}
......
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