pushing new version
in this (new) MR:
* tests only covers "good cases" for CreateProcess (the tests for NULL, INVALID_HANDLE, broken std handles will be part of another MR ; should be ok to not throw to much data) * starting to add fixes (need to keep the number of todo:s not too high) (so the title of the MR is a bit off now) * in fourth patch: two comments: * decided not to implement it in server has cui/gui isn't known at the time of child creation, but needed to export whether the handles where inherited or not; decided to expose all the flags for genericity ; could be done otherwise (like using a bit in ConsoleFlags...) * I think the server's test for console_handle being 1 is a leftover from code existing before Jacek's console rewrite * removing Piotr from reviewer (no mode msvcrt adherence; will come back) and added Jacek