ChangeSet ID: 8217 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/05/14 23:20:43
Modified files: scheduler : process.c include : winternl.h dlls/ntdll : rtl.c path.c ntdll.spec
Log message: Eric Pouech pouech-eric@wanadoo.fr Implemented RtlDosPathNameToNtPathName_U, RtlGetCurrentDirectory_U, RtlGetFullPathName_U and RtlSetCurrentDirectory_U (the last one partially as we can't test whether a path exists or not).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8217
Old revision New revision Changes Path 1.215 1.216 +11 -0 wine/scheduler/process.c 1.34 1.35 +10 -1 wine/include/winternl.h 1.61 1.62 +0 -66 wine/dlls/ntdll/rtl.c 1.2 1.3 +486 -1 wine/dlls/ntdll/path.c 1.114 1.115 +6 -6 wine/dlls/ntdll/ntdll.spec