Jan. 25, 2023
6:28 p.m.
On Mon Jan 23 01:40:36 2023 +0000, Jinoh Kang wrote:
```suggestion:-12+0 if (impl->worker_running || impl->worker_thread) { hr = COR_E_INVALIDOPERATION; } else if (!(impl->worker_thread = CreateThread(NULL, 0, session_worker_thread_cb, impl, 0, NULL))) { hr = HRESULT_FROM_WIN32(GetLastError()); } else { impl->worker_running = TRUE; impl->recognizer_state = SpeechRecognizerState_Capturing; } ```
Should be good now? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1948#note_21423