14 May
2025
14 May
'25
8:10 a.m.
Rémi Bernon (@rbernon) commented about dlls/coremessaging/tests/coremessaging.c:
hr = IActivationFactory_QueryInterface( factory, &IID_IDispatcherQueueControllerStatics, (void **)&dispatcher_queue_controller_statics ); ok( hr == S_OK, "got hr %#lx.\n", hr );
+ hr = IDispatcherQueueControllerStatics_CreateOnDedicatedThread( dispatcher_queue_controller_statics, NULL ); + todo_wine + ok( hr == E_POINTER || hr == 0x80000005 /* E_POINTER #if !defined(_WIN32) && defined(_MAC) */, "got hr %#lx.\n", hr );
Not a big deal but I don't understand what this comment is supposed to mean. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7928#note_103270