Piotr Caban (@piotr) commented about dlls/msvcrt/concurrency.c:
#if _MSVCR_VER >= 110
+struct {
- void *unk;
+} _Cancellation_beacon_unknown = {
- 0x0
+};
+/* ??0_Cancellation_beacon@details@Concurrency@@QEAA@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.