Title is misleading, you're actually using the "wide" variant of `CreateProcess()` which is what we should be using everywhere automatically by defining `UNICODE`. I wonder what use cases we have for using the pure ASCII versions of any Win32 API functions?
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/809#issuecomment-164294895
