From 2c7f36d712304f204773ffdbf41ec82f479eaf4d Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 22 May 2011 22:19:47 +0000 Subject: [PATCH] * Back out r51854 as our KeBugCheckEx does return (due to a hack). svn path=/trunk/; revision=51855 --- reactos/boot/freeldr/freeldr/debug.c | 2 +- reactos/include/ddk/wdm.h | 2 +- reactos/include/xdk/kefuncs.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/boot/freeldr/freeldr/debug.c b/reactos/boot/freeldr/freeldr/debug.c index 6d7d4e9e934..d9a9c10a3c7 100644 --- a/reactos/boot/freeldr/freeldr/debug.c +++ b/reactos/boot/freeldr/freeldr/debug.c @@ -340,7 +340,7 @@ MsgBoxPrint(const char *Format, ...) return 0; } -DECLSPEC_NORETURN +//DECLSPEC_NORETURN NTKERNELAPI VOID NTAPI diff --git a/reactos/include/ddk/wdm.h b/reactos/include/ddk/wdm.h index 50c75eb9e77..842849fec08 100644 --- a/reactos/include/ddk/wdm.h +++ b/reactos/include/ddk/wdm.h @@ -9772,7 +9772,7 @@ KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock) } #endif -DECLSPEC_NORETURN +//DECLSPEC_NORETURN NTKERNELAPI VOID NTAPI diff --git a/reactos/include/xdk/kefuncs.h b/reactos/include/xdk/kefuncs.h index ae37e3a4409..a61f28617ba 100644 --- a/reactos/include/xdk/kefuncs.h +++ b/reactos/include/xdk/kefuncs.h @@ -207,7 +207,7 @@ KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock) } #endif -DECLSPEC_NORETURN +//DECLSPEC_NORETURN NTKERNELAPI VOID NTAPI