mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:33:10 +00:00
* Back out r51854 as our KeBugCheckEx does return (due to a hack).
svn path=/trunk/; revision=51855
This commit is contained in:
parent
df547b1581
commit
2c7f36d712
3 changed files with 3 additions and 3 deletions
|
@ -340,7 +340,7 @@ MsgBoxPrint(const char *Format, ...)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
DECLSPEC_NORETURN
|
//DECLSPEC_NORETURN
|
||||||
NTKERNELAPI
|
NTKERNELAPI
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
|
@ -9772,7 +9772,7 @@ KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
DECLSPEC_NORETURN
|
//DECLSPEC_NORETURN
|
||||||
NTKERNELAPI
|
NTKERNELAPI
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
|
@ -207,7 +207,7 @@ KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
DECLSPEC_NORETURN
|
//DECLSPEC_NORETURN
|
||||||
NTKERNELAPI
|
NTKERNELAPI
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue