ChangeSet ID: 13689
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)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(a)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
ChangeSet ID: 13686
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/07 18:28:14
Modified files:
server : fd.c
Log message:
Make sure to run through the poll loop once before processing newly
added timers (reported by Mike McCormack).
Patch: http://cvs.winehq.org/patch.py?id=13686
Old revision New revision Changes Path
1.22 1.23 +32 -17 wine/server/fd.c