mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Add STATUS_FLOAT_MULTIPLE_TRAPS/FAULTS.
svn path=/trunk/; revision=13043
This commit is contained in:
parent
6182a1c5f7
commit
ef7b4a79dc
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue