Huw Davies (@huw) commented about dlls/winecoreaudio.drv/mmdevdrv.c:
} return TRUE;DeleteCriticalSection(&g_sessions_lock); break;
}
+static DWORD CALLBACK main_loop_func(void *event) +{
- struct main_loop_params params;
- SetThreadDescription(GetCurrentThread(), L"coreaudio_main");
- params.event = event;
- ALSA_CALL(main_loop, ¶ms);
```suggestion:-0+0 UNIX_CALL(main_loop, ¶ms); ``` (and in the next commit)
But also there seem to be a lot of small pointless differences (mainly in whitespace) between the new implementations in the non-pulse drivers and the existing one in the pulse driver. That means the merge commits have unnecessary changes.