spawn: Use Wide API on Windows
commita45091413a0dae1bc72546281210674fa250db5c
authorColomban Wendling <ban@herbesfolles.org>
Mon, 7 Nov 2016 14:47:19 +0000 (7 15:47 +0100)
committerEnrico Tröger <enrico.troeger@uvena.de>
Sun, 13 Nov 2016 13:55:40 +0000 (13 14:55 +0100)
tree2d292ca9460d836cd44a3bfd56fbfd1c2758b642
parent26adcabd694014328f61b3ca5fe0d5be610849c0
spawn: Use Wide API on Windows

Try and use Unicode variants of the Windows process creation API in
order to support filenames (and possibly environment) outside the
locale codepage.

WARNING: Implications on using Unicode environment are unknown.
It might affect the called process, or not, not sure.
src/spawn.c