user32: Fix return value when passing a non-sibling preceding window to SetWindowPos.
commitc764210731d4d4b6fda53bf27e2150b704e09ac8
authorDavid Hedberg <dhedberg@codeweavers.com>
Tue, 22 Mar 2011 01:40:46 +0000 (22 02:40 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 30 Mar 2011 13:03:44 +0000 (30 15:03 +0200)
treed60a58e7a4c7f77979c5a0607fe910916420b1f7
parent955ec5017330aecc6bf4d462fe2c3b0a63fa1592
user32: Fix return value when passing a non-sibling preceding window to SetWindowPos.

Acrobat Reader relies on SetWindowPos, with hwndInsertAfter set to a
non-sibling window and no SWP_NOZORDER passed, to return true.
dlls/user32/tests/win.c
dlls/user32/winpos.c