mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -428,10 +428,10 @@ RtlRaiseException(
|
||||
IN PEXCEPTION_RECORD ExceptionRecord
|
||||
);
|
||||
|
||||
DECLSPEC_NORETURN
|
||||
NTSYSAPI
|
||||
VOID
|
||||
NTAPI
|
||||
__declspec(noreturn)
|
||||
RtlRaiseStatus(
|
||||
IN NTSTATUS Status
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user