[PATCH] dpnet: IDirectPlay8ThreadPool is a singleton interface.

Sebastian Lackner sebastian at fds-team.de
Fri Feb 17 01:00:33 CST 2017


On 17.02.2017 07:43, Alistair Leslie-Hughes wrote:
> -    ok(pool1 != pool2, "same pointer returned.\n");
> +    todo_wine ok(pool1 != pool2, "same pointer returned.\n");

Well, this test shows that its not implemented as a singleton interface
on Windows. Just because part of the state is global doesn't necessarily
mean you don't need any interface specific data.




More information about the wine-devel mailing list