ChangeSet ID: 7888 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/04/16 18:15:29
Modified files: include : winternl.h dlls/ntdll/tests: path.c dlls/ntdll : rtlstr.c path.c ntdll.spec
Log message: Implemented RtlIsNameLegalDOS8Dot3 (based on a patch by Eric Pouech). Implemented RtlUpcaseUnicodeStringToCountedOemString.
Patch: http://cvs.winehq.com/patch.py?id=7888
Old revision New revision Changes Path 1.25 1.26 +2 -1 wine/include/winternl.h 1.1 1.2 +74 -0 wine/dlls/ntdll/tests/path.c 1.31 1.32 +40 -0 wine/dlls/ntdll/rtlstr.c 1.1 1.2 +75 -1 wine/dlls/ntdll/path.c 1.105 1.106 +2 -2 wine/dlls/ntdll/ntdll.spec