[PATCH 0/3] RFC: Implement MemoryWorkingSetExInformation.

Andrew Wesie awesie at gmail.com
Wed Dec 18 18:02:10 CST 2019


On Wed, Dec 18, 2019 at 3:28 PM Alexandre Julliard <julliard at winehq.org> wrote:
>
> If the partial stub is enough to make the application happy, that's good
> enough for now. Adding a more correct but more expensive solution can
> wait until we find an app that requires it.
>

The reason I revisited this issue is because bug 48268 requires
behavior that conflicts with the stub that fixes bug 45667.
Unfortunately, both of these bugs are related to anti-cheat systems. I
will attempt to pull together an implementation that is a bit simpler,
but only handles the corner cases that these systems exercise. I'll
leave the other tests as todo_wine.

-Andrew



More information about the wine-devel mailing list