https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e6d7ed7080db38dad9e5d…
commit e6d7ed7080db38dad9e5d968e90a005fa2b774af
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Sat Feb 17 16:25:44 2018 +0100
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Sat Apr 7 18:48:00 2018 +0200
[NDK] Increase MAXIMUM_HARDERROR_PARAMETERS for Win2k3 compatibility.
---
sdk/include/ndk/extypes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/include/ndk/extypes.h b/sdk/include/ndk/extypes.h
index feaf7b95df..adf1371500 100644
--- a/sdk/include/ndk/extypes.h
+++ b/sdk/include/ndk/extypes.h
@@ -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
//