[PATCH 3/3] msvcr100: Add Concurrency::wait stub.

Piotr Caban piotr.caban at gmail.com
Thu Sep 6 14:48:51 CDT 2018


Hi Gijs,

On 09/06/18 20:41, Gijs Vermeulen wrote:
> +/* ?wait at Concurrency@@YAXI at Z */
> +void __cdecl Concurrency_wait(unsigned int time)
> +{
> +    static int once;
> +
> +    if (!once++) FIXME("(%d) stub!\n", time);
> +}
Could you please add a Sleep to this stub?

Thanks,
Piotr



More information about the wine-devel mailing list