mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[NDK] Increase MAXIMUM_HARDERROR_PARAMETERS for Win2k3 compatibility.
This commit is contained in:
parent
627739aed9
commit
e6d7ed7080
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ extern ULONG NTSYSAPI NtBuildNumber;
|
|||
//
|
||||
// NtRaiseHardError-related parameters
|
||||
//
|
||||
#define MAXIMUM_HARDERROR_PARAMETERS 4
|
||||
#define MAXIMUM_HARDERROR_PARAMETERS 5
|
||||
#define HARDERROR_OVERRIDE_ERRORMODE 0x10000000
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue