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