ChangeSet ID: 1031599529685795877901004 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/09/09 14:25:29
Modified files: dlls/ntdll : error.c dlls/ntdll/tests: .cvsignore Makefile.in include : winerror.h winnt.h Added files: dlls/ntdll/tests: error.c
Log message: Andriy Palamarchuk apa3a@yahoo.com RtlNtStatusToDosError: Added new NT status to error codes mapping, added missed definitions of the used constants, created unit test for subset of the mappings.
Patch: http://cvs.winehq.com/patch.py?id=1031599529685795877901004
Revision Changes Path 1.6 +986 -471 wine/dlls/ntdll/error.c 1.2 +1 -0 wine/dlls/ntdll/tests/.cvsignore 1.2 +1 -0 wine/dlls/ntdll/tests/Makefile.in 1.1 +0 -0 wine/dlls/ntdll/tests/error.c 1.44 +111 -0 wine/include/winerror.h 1.122 +248 -4 wine/include/winnt.h