Sweden-Number/dlls/kernel32
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
..
nls kernel32: Store the ILANGUAGE values in uppercase. 2021-12-07 16:19:48 +01:00
tests kernelbase: Handle corner case in CreateProcess. 2022-03-17 21:06:10 +01:00
Makefile.in kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
atom.c
comm.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
computername.c
console.c kernel32: Move some more console functions to kernelbase. 2022-02-18 11:03:22 +01:00
debugger.c
file.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
heap.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
kernel32.spec kernel32: Import RtlRestoreContext() instead of forwarding. 2022-02-25 19:02:18 +01:00
kernel_main.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
kernel_private.h
lcformat.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
locale.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
locale_rc.rc
lzexpand.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
module.c
path.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
powermgnt.c
process.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
profile.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
resource.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
sync.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
tape.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
thread.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
toolhelp.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
version.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
version.rc
virtual.c
volume.c kernel32: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
winerror.mc kernel32: Add messages for some of the WSA error codes. 2022-02-03 10:29:49 +01:00