wine/dlls msvcrt/tests/file.c msvcrt/process.c ...

Alexandre Julliard julliard at winehq.org
Thu Sep 2 20:05:30 CDT 2004


ChangeSet ID:	13621
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at 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 at 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




More information about the wine-cvs mailing list