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 kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
collation.c
console.c kernelbase: Return key state in ReadConsoleW with control. 2022-03-01 22:41:15 +01:00
debug.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
digitmap.c tools: Update to Unicode 14.0.0. 2021-09-15 19:34:21 +02:00
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 kernelbase: Implement IsApiSetImplemented(). 2022-02-22 18:20:23 +01:00
locale.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
main.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
memory.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
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 kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
security.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
string.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
sync.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
thread.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
version.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
volume.c kernelbase: Enable compilation with long types. 2022-02-11 11:21:29 +01:00