6 Sep
2018
6 Sep
'18
2:48 p.m.
Hi Gijs, On 09/06/18 20:41, Gijs Vermeulen wrote:
+/* ?wait(a)Concurrency@@YAXI(a)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