On Fri Nov 8 03:48:35 2024 +0000, Brendan Shanks wrote:
I think it would be preferable to use `posix_spawn` instead of `fork`/`exec`. Or, maybe `__wine_unix_spawnvp()` could be used?
Good suggestion. I was looking for an internal helper function for this but couldn't find one.