On Wed Dec 7 21:03:53 2022 +0000, Alexandre Julliard wrote:
Ah thanks for figuring that out, I'll push a new version. Maybe we
should look into whether plain `environ` should be defined by default, MS doesn't document it (just `_environ`) and I see it gated behind an ifdef in the Windows SDK. Maybe not, but in any case I don't think string.h should be bringing in stdlib.h.
Makes sense. I've pushed a new version using `__builtin_free` instead, this is what the glibc headers use and doesn't require additional includes