wine/dlls msvcrt/tests/file.c msvcrt/process.c ...
ChangeSet ID: 13621 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/09/02 20:05:30 Modified files: dlls/msvcrt/tests: file.c dlls/msvcrt : process.c msvcrt.h file.c dlls/kernel : process.c environ.c Log message: Eric Pouech <pouech-eric(a)wanadoo.fr> - msvcrt: the file descriptors are now inherited between parent/child processes - kernel32.CreateProcess: make use of the *reserved2 fields for C-RunTime data inheritance Patch: http://cvs.winehq.org/patch.py?id=13621 Old revision New revision Changes Path 1.9 1.10 +67 -1 wine/dlls/msvcrt/tests/file.c 1.25 1.26 +3 -3 wine/dlls/msvcrt/process.c 1.27 1.28 +2 -0 wine/dlls/msvcrt/msvcrt.h 1.69 1.70 +152 -78 wine/dlls/msvcrt/file.c 1.72 1.73 +8 -2 wine/dlls/kernel/process.c 1.1 1.2 +4 -4 wine/dlls/kernel/environ.c
participants (1)
-
Alexandre Julliard