- ctrl-c enabling flag is now inherited
commit440ad8ccf2e90ca59c49353a78f7c2af7b74b1c3
authorEric Pouech <pouech-eric@wanadoo.fr>
Wed, 8 Sep 2004 01:25:05 +0000 (8 01:25 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 8 Sep 2004 01:25:05 +0000 (8 01:25 +0000)
treecc410d80dc7e24599c0ac1681f444b87a88a120e
parentfe442b21f70bedf6227c265867737b255556caa4
- ctrl-c enabling flag is now inherited
- fixed console-related fields in RTL_USER_PROCESS_PARAMETERS
- various clean-up in kernel32.SetConsoleCtrlHandler
- only send a console event once to a process and not to all the
  process' threads
dlls/kernel/console.c
dlls/kernel/tests/console.c
dlls/ntdll/env.c
include/winternl.h
server/console.c
server/trace.c