http://bugs.winehq.org/show_bug.cgi?id=3928
andrew7webb@comcast.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED
------- Additional Comments From andrew7webb@comcast.net 2005-30-11 20:14 -------
----- Original Message ----- From: "Vitaliy Margolen" wine-patch@kievinfo.com To: "wine-patches" wine-patches@winehq.org Sent: Wednesday, November 30, 2005 11:22 AM Subject: Don't drop owned windows in WIN_EnumChildWindows.
ChangeLog: Don't drop owned windows in WIN_EnumChildWindows. They won't be returned in WIN_ListChildren anyway. Add few tests to test this.
dlls/user/tests/win.c | 16 ++++++++++++++++ dlls/user/win.c | 2 -- 2 files changed, 16 insertions(+), 2 deletions(-)
----------------------------------------------------------------------------