[PATCH 0/6] MR96: windows.media.speech: Tests and some refactoring.

Rémi Bernon (@rbernon) wine at gitlab.winehq.org
Thu May 19 09:39:22 CDT 2022


Rémi Bernon (@rbernon) commented about dlls/windows.media.speech/tests/speech.c:
>      CloseHandle(handler->event_finished);
>  }
>  
> +#define check_async_info(obj, exp_id, exp_status, exp_hr) check_asnyc_info_(__LINE__, obj, exp_id, exp_status, exp_hr)
> +static void check_asnyc_info_( unsigned int line, IInspectable *async_obj, UINT32 expect_id, AsyncStatus expect_status, HRESULT expect_hr)
s/check_asnyc_info_/check_async_info_/

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/96#note_1013



More information about the wine-devel mailing list