Add STATUS_FLOAT_MULTIPLE_TRAPS/FAULTS.

svn path=/trunk/; revision=13043
This commit is contained in:
Gregor Anich 2005-01-14 16:10:07 +00:00
parent 6182a1c5f7
commit ef7b4a79dc

View file

@ -669,6 +669,9 @@ Note that !NT_SUCCESS(errCode) is NOT the same as NT_ERROR(errCode)
#define STATUS_RANGE_NOT_FOUND ((NTSTATUS)0xC000028C)
#define STATUS_FLOAT_MULTIPLE_FAULTS ((NTSTATUS)0xC00002B4L)
#define STATUS_FLOAT_MULTIPLE_TRAPS ((NTSTATUS)0xC00002B5L)
#define STATUS_SAM_INIT_FAILURE ((NTSTATUS)0xC00002CB)