diff -r -u wine/windows/win.c wine-min/windows/win.c --- wine/windows/win.c Wed Jan 9 20:09:06 2002 +++ wine-min/windows/win.c Sat Jan 12 13:05:44 2002 @@ -2862,7 +2862,7 @@ /* unpleasant side-effects, for instance if the callback */ /* function changes the Z-order of the windows. */ - if (!(list = WIN_ListChildren( GetDesktopWindow() ))) return FALSE; + if (!(list = WIN_ListChildren( GetDesktopWindow() ))) return TRUE; /* Now call the callback function for every window */ @@ -2888,7 +2888,7 @@ int i, iWndsLocks; if (!(list = list_window_children( GetDesktopWindow(), 0, GetCurrentThreadId() ))) - return FALSE; + return TRUE ; /* Now call the callback function for every window */