ChangeSet ID: 982350499744791901204735 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/02/16 14:08:19
Modified files: include : server.h scheduler : process.c server : console.c process.c trace.c win32 : console.c
Log message: Pass the stdin/stdout handles on startup to use as console (based on a patch by Eric Pouech).
Patch: http://cvs.winehq.com/patch.py?id=982350499744791901204735
Revision Changes Path 1.86 +4 -2 wine/include/server.h 1.144 +33 -3 wine/scheduler/process.c 1.25 +22 -10 wine/server/console.c 1.66 +2 -3 wine/server/process.c 1.84 +3 -1 wine/server/trace.c 1.72 +3 -2 wine/win32/console.c