ChangeSet ID: 13689 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/09/07 20:25:05
Modified files: server : trace.c console.c include : winternl.h dlls/ntdll : env.c dlls/kernel/tests: console.c dlls/kernel : console.c
Log message: Eric Pouech pouech-eric@wanadoo.fr - 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
Patch: http://cvs.winehq.org/patch.py?id=13689
Old revision New revision Changes Path 1.212 1.213 +2 -2 wine/server/trace.c 1.52 1.53 +6 -7 wine/server/console.c 1.92 1.93 +2 -2 wine/include/winternl.h 1.12 1.13 +1 -1 wine/dlls/ntdll/env.c 1.5 1.6 +44 -6 wine/dlls/kernel/tests/console.c 1.34 1.35 +63 -34 wine/dlls/kernel/console.c