[ros-diffs] [cfinck] 38852: Use DECLSPEC_NORETURN and place it at the top of the prototype to fix MSVC compilation. Hint by Stefan ; -)

cfinck at svn.reactos.org cfinck at svn.reactos.org
Sat Jan 17 22:11:38 CET 2009


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=38852&r1=38851&r2=38852&view=diff
==============================================================================
--- 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
 );



More information about the Ros-diffs mailing list