ChangeSet ID: 7502 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/18 14:12:07
Modified files: include : winternl.h dlls/ntdll : rtl.c ntdll.spec
Log message: Jon Griffiths jon_p_griffiths@yahoo.com Correct the agument count for RtlInitializeGenericTable(). Fix my own brown paper bag in RtlFillMemoryUlong(). RtlGetNtVersionNumbers() should never return < 5. Remove RtlCopyMemory(), its not an ntdll export. Implement RtlCompareMemoryUlong(), RtlComputeCrc32(). Documentation updates.
Patch: http://cvs.winehq.com/patch.py?id=7502
Old revision New revision Changes Path 1.15 1.16 +4 -0 wine/include/winternl.h 1.54 1.55 +168 -15 wine/dlls/ntdll/rtl.c 1.94 1.95 +3 -2 wine/dlls/ntdll/ntdll.spec