1997da79
by Eric Pouech at 2024-11-04T13:37:38+01:00
kernelbase: Add undocumented EXTENDED_FLAGS to process attribute list.
Let the sub-process be created, without implementing any additional
behavior from these flags.
Native cmd.exe uses this flag when spawning itself again for handling
builtin commands inside a pipe.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>