19 Nov
2020
19 Nov
'20
1:44 p.m.
On 18 Nov 2020, at 08:03, Nikolay Sivov <nsivov(a)codeweavers.com> wrote:
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> ---
For Chromimum issues reported as https://bugs.winehq.org/show_bug.cgi?id=50149. Flags names are taken from dotnet/coreclr headers.
dlls/combase/combase.c | 3 ++ dlls/combase/combase_private.h | 7 ++- dlls/ole32/tests/compobj.c | 96 ++++++++++++++++++++++++++++++++++ 3 files changed, 105 insertions(+), 1 deletion(-)
Hi Nikolay, I've sent in a v2 that also fixed up the name in ole32's copy of struct tlsdata. Huw.