mirror of
https://github.com/boostorg/process.git
synced 2026-01-27 07:02:13 +00:00
Using 'environ' as the native_handle for a wide environment doesn't work, as environ returns char**. Instead, use data we already converted.