Fix mapping of STATUS_DEVICE_NOT_CONNECTED to match XP.
commitdadbce9a44a7b2a950558bea777ded07938f898b
authorFrancois Gouget <fgouget@free.fr>
Thu, 2 Jan 2003 17:50:48 +0000 (2 17:50 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 2 Jan 2003 17:50:48 +0000 (2 17:50 +0000)
tree6f325098f8215d354296d5c821bc0d54d3af233a
parent236ae4d2c9d7cdcaf29b0c219a1d886fef96be2f
Fix mapping of STATUS_DEVICE_NOT_CONNECTED to match XP.
Fixed the prototype of statustodoserror to make the test work on NT4.
Added alternate return values to make the test work on Win98.
Check whether RtlNtStatusToDosError ismissing to make the test work on
Win95.
Added a strict option to cause the test to only accept the standard
mapping.
dlls/ntdll/error.c
dlls/ntdll/tests/error.c