mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +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
|
||||
);
|
||||
|
||||
DECLSPEC_NORETURN
|
||||
NTSYSAPI
|
||||
VOID
|
||||
NTAPI
|
||||
__declspec(noreturn)
|
||||
RtlRaiseStatus(
|
||||
IN NTSTATUS Status
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue