ChangeSet ID: 15173 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/04 06:09:32
Modified files: include : winternl.h thread.h dlls/ntdll : ntdll.spec heap.c error.c
Log message: Fixed the FIXME in RtlNtStatusToDosError, and implemented RtlGetLastNtStatus and RtlSetLastWin32ErrorAndNtStatusFromNtStatus.
Patch: http://cvs.winehq.org/patch.py?id=15173
Old revision New revision Changes Path 1.102 1.103 +4 -1 wine/include/winternl.h 1.96 1.97 +2 -1 wine/include/thread.h 1.169 1.170 +2 -0 wine/dlls/ntdll/ntdll.spec 1.29 1.30 +8 -14 wine/dlls/ntdll/heap.c 1.12 1.13 +24 -1 wine/dlls/ntdll/error.c