mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[NDK]
Merge r41483 from amd64 branch: - Fix definition of HARDERROR_MSG svn path=/trunk/; revision=48321
This commit is contained in:
parent
129a5cbbea
commit
055b4d4b12
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ typedef struct _HARDERROR_MSG
|
||||||
ULONG Response;
|
ULONG Response;
|
||||||
ULONG NumberOfParameters;
|
ULONG NumberOfParameters;
|
||||||
ULONG UnicodeStringParameterMask;
|
ULONG UnicodeStringParameterMask;
|
||||||
ULONG Parameters[MAXIMUM_HARDERROR_PARAMETERS];
|
ULONG_PTR Parameters[MAXIMUM_HARDERROR_PARAMETERS];
|
||||||
} HARDERROR_MSG, *PHARDERROR_MSG;
|
} HARDERROR_MSG, *PHARDERROR_MSG;
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue