From: Eric Pouech eric.pouech@gmail.com
- check for console bits after create process - add tests for CREATE_NO_WINDOW flag in CreateProcess
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Jacek Caban jacek@codeweavers.com ---
Eric, I simplified check_child_console_bits error handling a bit. We already test for success with ok() macro, so there is no need to check it again.
dlls/kernel32/tests/console.c | 91 +++++++++++++++++++++++++++++------ 1 file changed, 77 insertions(+), 14 deletions(-)