7 Jun
2025
7 Jun
'25
12:06 p.m.
Huw Davies (@huw) commented about dlls/ole32/tests/marshal.c:
+ if (!pCoIncrementMTAUsage) + { + win_skip("CoIncrementMTAUsage() is not available.\n"); + return; + } + + cLocks = 0; + external_connections = 0; + + hr = CreateStreamOnHGlobal(NULL, TRUE, &pStream); + ok_ole_success(hr, CreateStreamOnHGlobal); + tid = start_host_object(pStream, &IID_IClassFactory, (IUnknown*)&Test_MTAClassFactory, MSHLFLAGS_NORMAL, &thread); + + ok_more_than_one_lock(); + ok_non_zero_external_conn(); +
Remove some stray white-space. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8235#note_105758