25 Jan
2023
25 Jan
'23
12:19 p.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/concurrency.c:
#if _MSVCR_VER >= 110
+struct { + void *unk; +} _Cancellation_beacon_unknown = { + 0x0 +}; + +/* ??0_Cancellation_beacon(a)details@Concurrency@@QEAA(a)XZ */ +DEFINE_THISCALL_WRAPPER(_Cancellation_beacon_ctor, 4) +_Cancellation_beacon* __thiscall _Cancellation_beacon_ctor(_Cancellation_beacon *this)
Do you know what this function is supposed to do? I don't really like the idea of adding such a stub without understanding it better. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1979#note_21772