Author: cfinck Date: Sat Jan 17 15:11:38 2009 New Revision: 38852
URL: http://svn.reactos.org/svn/reactos?rev=38852&view=rev Log: Use DECLSPEC_NORETURN and place it at the top of the prototype to fix MSVC compilation. Hint by Stefan ;-)
Modified: trunk/reactos/include/ndk/rtlfuncs.h
Modified: trunk/reactos/include/ndk/rtlfuncs.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/rtlfuncs.h?rev=... ============================================================================== --- trunk/reactos/include/ndk/rtlfuncs.h [iso-8859-1] (original) +++ trunk/reactos/include/ndk/rtlfuncs.h [iso-8859-1] Sat Jan 17 15:11:38 2009 @@ -428,10 +428,10 @@ IN PEXCEPTION_RECORD ExceptionRecord );
-NTSYSAPI -VOID -NTAPI -__declspec(noreturn) +DECLSPEC_NORETURN +NTSYSAPI +VOID +NTAPI RtlRaiseStatus( IN NTSTATUS Status );