RESUBMIT [PATCH] enumerate processes in reverse

Alexandre Julliard julliard at winehq.org
Mon Dec 17 05:58:41 CST 2007


Marcus Meissner <marcus at jet.franken.de> writes:

> A game does:
> 	Process32First();
> 	while (Process32First()) {
> 		/* look for stuff */
> 	}
> completely missing the first process. Unfortunately it
> is looking for its own child, which gets missed.
>
> -> reverse enumerate processes
>
> Also with testcase.
>
> (I mailed this 4 weeks ago already, any comments?)

Are you sure the order is supposed to be reversed between kernel32 and
ntdll?  That feels a bit strange.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list