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