Sweden-Number/dlls/kernelbase
Eric Pouech f034084d49 kernelbase: Handle corner case in CreateProcess.
In CreateProcess, if:
- parent isn't attached to a console
- CreateProcess's flag isn't set with DETACHED_PROCESS nor
  CREATE_NEW_CONSOLE
- child is a CUI program
then a console must be allocated for the child.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52048
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-17 21:06:10 +01:00
..
tests kernelbase/tests: Enable compilation with long types. 2022-02-28 10:32:37 +01:00
Makefile.in
collation.c
console.c kernelbase: Return key state in ReadConsoleW with control. 2022-03-01 22:41:15 +01:00
debug.c
digitmap.c
file.c kernelbase: Check for invalid value in FileTimeToSystemTime. 2022-03-16 21:16:21 +01:00
kernelbase.h
kernelbase.rc
kernelbase.rgs
kernelbase.spec kernelbase: Add PathMatchSpecExA/W. 2022-03-14 18:30:28 +01:00
loader.c
locale.c
main.c
memory.c
path.c kernelbase: Add a trailing linefeed to a couple of FIXME() messages. 2022-03-15 18:05:28 +01:00
process.c kernelbase: Handle corner case in CreateProcess. 2022-03-17 21:06:10 +01:00
registry.c
security.c
string.c
sync.c
thread.c
version.c
volume.c