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_/