ChangeSet ID: 7278 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/02/18 21:39:46
Modified files: dlls/ntdll : rtlstr.c rtl.c ntdll.spec large_int.c
Log message: Thomas Mertes thomas.mertes@t-mobile.at - Implement RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar, RtlInt64ToUnicodeString, RtlIntegerToChar, RtlIntegerToUnicodeString, RtlLargeIntegerToChar, RtlUnicodeStringToInteger and RtlUpcaseUnicodeChar. - Use toupperW instead of toupper in RtlCompareUnicodeString.
Patch: http://cvs.winehq.com/patch.py?id=7278
Old revision New revision Changes Path 1.25 1.26 +312 -64 wine/dlls/ntdll/rtlstr.c 1.52 1.53 +0 -7 wine/dlls/ntdll/rtl.c 1.87 1.88 +8 -7 wine/dlls/ntdll/ntdll.spec 1.6 1.7 +168 -6 wine/dlls/ntdll/large_int.c