ChangeSet ID: 8060 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/05/07 22:47:00
Modified files: scheduler : process.c include : winternl.h dlls/ntdll : rtl.c ntdll_misc.h ntdll.spec Makefile.in Added files: dlls/ntdll : env.c
Log message: Eric Pouech pouech-eric@wanadoo.fr Implemented a bunch of environment related NTDLL APIs.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8060
Old revision New revision Changes Path 1.213 1.214 +3 -0 wine/scheduler/process.c 1.31 1.32 +5 -4 wine/include/winternl.h 1.60 1.61 +2 -35 wine/dlls/ntdll/rtl.c 1.15 1.16 +50 -0 wine/dlls/ntdll/ntdll_misc.h 1.110 1.111 +5 -5 wine/dlls/ntdll/ntdll.spec 1.60 1.61 +1 -0 wine/dlls/ntdll/Makefile.in Added 1.1 +0 -0 wine/dlls/ntdll/env.c