Use DECLSPEC_NORETURN and place it at the top of the prototype to fix MSVC compilation.

Hint by Stefan ;-)

svn path=/trunk/; revision=38852
This commit is contained in:
Colin Finck 2009-01-17 21:11:38 +00:00
parent f143177d3b
commit f134ca1ab1

View file

@ -428,10 +428,10 @@ RtlRaiseException(
IN PEXCEPTION_RECORD ExceptionRecord
);
DECLSPEC_NORETURN
NTSYSAPI
VOID
NTAPI
__declspec(noreturn)
RtlRaiseStatus(
IN NTSTATUS Status
);