On Fri Jun 16 17:31:23 2023 +0000, Zebediah Figura wrote:
We shouldn't need this anymore now that we're pssing the real unix path, right?
This is still needed because we need to change directories to the Unix path. We can't use the provided Unix path directly because the Unix path length can be larger than the Windows path due to the wineprefix, and that length may exceed `sizeof(sun_path)` even if the Windows path length does not.