From f134ca1ab1df1d5ecf289c593a190a6a12015cdb Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Sat, 17 Jan 2009 21:11:38 +0000 Subject: [PATCH] Use DECLSPEC_NORETURN and place it at the top of the prototype to fix MSVC compilation. Hint by Stefan ;-) svn path=/trunk/; revision=38852 --- reactos/include/ndk/rtlfuncs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ndk/rtlfuncs.h b/reactos/include/ndk/rtlfuncs.h index 39e6d8b70df..8f2c85f6686 100644 --- a/reactos/include/ndk/rtlfuncs.h +++ b/reactos/include/ndk/rtlfuncs.h @@ -428,10 +428,10 @@ RtlRaiseException( IN PEXCEPTION_RECORD ExceptionRecord ); +DECLSPEC_NORETURN NTSYSAPI VOID NTAPI -__declspec(noreturn) RtlRaiseStatus( IN NTSTATUS Status );