Feb. 2, 2023
10:08 a.m.
Rémi Bernon (@rbernon) commented about dlls/windows.media.speech/unixlib.h:
+typedef UINT64 vosk_instance; + +struct vosk_create_params +{ + vosk_instance *instance; + float sample_rate; +}; + +struct vosk_release_params +{ + vosk_instance instance; +}; + enum unix_funcs { - unix_vosk_process_attach Probably you could've added the comma before.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2091#note_22796