Commit 4c8b3b0f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll: Fix a typo in a parameter name.

parent aebbbcb0
......@@ -132,7 +132,7 @@ DWORD WINAPI RtlGetLastWin32Error(void)
* NtRaiseHardError (NTDLL.@)
*/
NTSTATUS WINAPI NtRaiseHardError( NTSTATUS ErrorStatus, ULONG NumberOfParameters,
PUNICODE_STRING UnicodeStringParameterMask, PVOID *Paramaters,
PUNICODE_STRING UnicodeStringParameterMask, PVOID *Parameters,
HARDERROR_RESPONSE_OPTION ResponseOption, PHARDERROR_RESPONSE Response )
{
FIXME(": stub. Errorstatus was %08x\n", ErrorStatus);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment