ChangeSet ID: 7806 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/04/07 19:55:36
Modified files: include : winternl.h winnt.h dlls/ntdll : rtlstr.c rtl.c ntdll.spec large_int.c
Log message: Thomas Mertes thomas.mertes@gmx.at Implemented RtlRandom, RtlAreAllAccessesGranted, RtlAreAnyAccessesGranted, RtlCopyLuid, RtlEqualLuid, RtlMapGenericMask and RtlCopyLuidAndAttributesArray. Documentation updates for RtlExtendedMagicDivide, RtlUniform, RtlUnicodeStringToAnsiString, RtlAppendAsciizToString, RtlAppendStringToString, RtlAppendUnicodeToString and RtlAppendUnicodeStringToString.
Patch: http://cvs.winehq.com/patch.py?id=7806
Old revision New revision Changes Path 1.23 1.24 +8 -0 wine/include/winternl.h 1.155 1.156 +1 -1 wine/include/winnt.h 1.30 1.31 +128 -47 wine/dlls/ntdll/rtlstr.c 1.59 1.60 +174 -5 wine/dlls/ntdll/rtl.c 1.103 1.104 +8 -8 wine/dlls/ntdll/ntdll.spec 1.8 1.9 +28 -27 wine/dlls/ntdll/large_int.c