mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 02:16:49 +00:00
[NTOSKRNL] Add 'DECLSPEC_NORETURN' to a few 'KeBugCheck*()' (#2896)
This commit is contained in:
parent
d4acd8cc91
commit
3051eb0e48
4 changed files with 6 additions and 1 deletions
|
@ -81,6 +81,7 @@
|
|||
IN PCUNICODE_STRING String2,
|
||||
IN BOOLEAN CaseInSensitive);
|
||||
|
||||
// FIXME: DECLSPEC_NORETURN
|
||||
VOID
|
||||
NTAPI
|
||||
KeBugCheckEx(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue