[PATCH v3 1/3] msvcr100: Add _StructuredTaskCollection::_Schedule stub.

Piotr Caban piotr.caban at gmail.com
Sat Apr 2 10:35:25 CDT 2022


Hi Torge,

On 4/1/22 17:48, Torge Matthies wrote:
> +/* ?_Schedule at _StructuredTaskCollection@details at Concurrency@@QEAAXPEAV_UnrealizedChore at 23@@Z */
> +DEFINE_THISCALL_WRAPPER(StructuredTaskCollection__Schedule, 8)
> +void __thiscall StructuredTaskCollection__Schedule(StructuredTaskCollection *this, /*Concurrency::details::_UnrealizedChore*/void *chore)
> +{
> +    FIXME("(%p %p): stub!\n", this, chore);
> +}

Could you please improve the stub to actually execute the task code 
(e.g. using threadpool functions)? I'm worried that applications 
depending on these functions will misbehave otherwise.

Thanks,
Piotr



More information about the wine-devel mailing list