mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
e12aeb39bc
Changed libnative to use CreateProcessW instead of CreateProcessA. In addition, the lpEnvironment parameter now uses Unicode. Added a helper function os::win32::as_mut_utf16_p, which does basically the same thing as os::win32::as_utf16_p except the pointer is mutable.