mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
* Back out r51854 as our KeBugCheckEx does return (due to a hack).
svn path=/trunk/; revision=51855
This commit is contained in:
@@ -340,7 +340,7 @@ MsgBoxPrint(const char *Format, ...)
|
||||
return 0;
|
||||
}
|
||||
|
||||
DECLSPEC_NORETURN
|
||||
//DECLSPEC_NORETURN
|
||||
NTKERNELAPI
|
||||
VOID
|
||||
NTAPI
|
||||
|
||||
@@ -9772,7 +9772,7 @@ KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock)
|
||||
}
|
||||
#endif
|
||||
|
||||
DECLSPEC_NORETURN
|
||||
//DECLSPEC_NORETURN
|
||||
NTKERNELAPI
|
||||
VOID
|
||||
NTAPI
|
||||
|
||||
@@ -207,7 +207,7 @@ KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock)
|
||||
}
|
||||
#endif
|
||||
|
||||
DECLSPEC_NORETURN
|
||||
//DECLSPEC_NORETURN
|
||||
NTKERNELAPI
|
||||
VOID
|
||||
NTAPI
|
||||
|
||||
Reference in New Issue
Block a user