19 Sep
2022
19 Sep
'22
2:10 p.m.
Bernhard Kölbl (@besentv) commented about dlls/threadpoolwinrt/main.c:
+ threadpool_statics_Release, + /* IInspectable methods */ + threadpool_statics_GetIids, + threadpool_statics_GetRuntimeClassName, + threadpool_statics_GetTrustLevel, + /* IThreadPoolStatics methods */ + threadpool_statics_RunAsync, + threadpool_statics_RunWithPriorityAsync, + threadpool_statics_RunWithPriorityAndOptionsAsync, +}; + +static struct threadpool_factory threadpool_factory = +{ + .IActivationFactory_iface.lpVtbl = &threadpool_factory_vtbl, + .IThreadPoolStatics_iface.lpVtbl = &threadpool_statics_vtbl, +}; Initialize .refcount to 1.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/891#note_8820