mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:51:58 +00:00
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:
parent
f143177d3b
commit
f134ca1ab1
1 changed files with 1 additions and 1 deletions
|
@ -428,10 +428,10 @@ RtlRaiseException(
|
||||||
IN PEXCEPTION_RECORD ExceptionRecord
|
IN PEXCEPTION_RECORD ExceptionRecord
|
||||||
);
|
);
|
||||||
|
|
||||||
|
DECLSPEC_NORETURN
|
||||||
NTSYSAPI
|
NTSYSAPI
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
__declspec(noreturn)
|
|
||||||
RtlRaiseStatus(
|
RtlRaiseStatus(
|
||||||
IN NTSTATUS Status
|
IN NTSTATUS Status
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue