mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Define noreturn attribute for KeBugCheck/Ex in a msvc-compatible way
svn path=/trunk/; revision=41471
This commit is contained in:
parent
d749e95880
commit
b1821667f4
1 changed files with 2 additions and 2 deletions
|
@ -8165,16 +8165,16 @@ KeAreApcsDisabled(
|
|||
VOID);
|
||||
|
||||
NTKERNELAPI
|
||||
DECLSPEC_NORETURN
|
||||
VOID
|
||||
NTAPI
|
||||
__declspec(noreturn)
|
||||
KeBugCheck(
|
||||
IN ULONG BugCheckCode);
|
||||
|
||||
NTKERNELAPI
|
||||
DECLSPEC_NORETURN
|
||||
VOID
|
||||
NTAPI
|
||||
__declspec(noreturn)
|
||||
KeBugCheckEx(
|
||||
IN ULONG BugCheckCode,
|
||||
IN ULONG_PTR BugCheckParameter1,
|
||||
|
|
Loading…
Reference in a new issue