wine/dlls/ntdll rtlstr.c rtl.c ntdll.spec larg ...

Alexandre Julliard julliard at wine.codeweavers.com
Tue Feb 18 21:39:46 CST 2003


ChangeSet ID:	7278
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at 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 at 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




More information about the wine-cvs mailing list