On Wed, Dec 18, 2019 at 3:28 PM Alexandre Julliard julliard@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