- Fix all the user32 wine win test_parent_owner tests.

svn path=/trunk/; revision=50183
This commit is contained in:
James Tabor 2010-12-28 10:03:07 +00:00
parent 2bf00ca962
commit e6a4fb691d

View file

@ -653,6 +653,14 @@ User32EnumWindows(HDESK hDesktop,
return FALSE;
}
if (!dwCount)
{
if (!dwThreadId)
return FALSE;
else
return TRUE;
}
/* call the user's callback function until we're done or
they tell us to quit */
for ( i = 0; i < dwCount; i++ )