ChangeSet ID: 19461 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/11 05:41:27
Modified files: include : winternl.h dlls/ntdll : path.c ntdll_misc.h ntdll.spec directory.c
Log message: Added a wine_unix_to_nt_file_name function to do proper pathname conversions instead of relying on GetFullPathName hacks.
Patch: http://cvs.winehq.org/patch.py?id=19461
Old revision New revision Changes Path 1.160 1.161 +2 -0 wine/include/winternl.h 1.34 1.35 +171 -7 wine/dlls/ntdll/path.c 1.64 1.65 +1 -0 wine/dlls/ntdll/ntdll_misc.h 1.195 1.196 +1 -0 wine/dlls/ntdll/ntdll.spec 1.35 1.36 +84 -0 wine/dlls/ntdll/directory.c