Sync to trunk r39350.
[reactos.git] / reactos / include / ndk / rtlfuncs.h
index 2a6044b..1a164ef 100644 (file)
@@ -428,10 +428,10 @@ RtlRaiseException(
     IN PEXCEPTION_RECORD ExceptionRecord
 );
 
+DECLSPEC_NORETURN
 NTSYSAPI
 VOID
 NTAPI
-__declspec(noreturn)
 RtlRaiseStatus(
     IN NTSTATUS Status
 );