Author: akhaldi
Date: Sun May 22 22:19:47 2011
New Revision: 51855

URL: http://svn.reactos.org/svn/reactos?rev=51855&view=rev
Log:
* Back out r51854 as our KeBugCheckEx does return (due to a hack).

Modified:
    trunk/reactos/boot/freeldr/freeldr/debug.c
    trunk/reactos/include/ddk/wdm.h
    trunk/reactos/include/xdk/kefuncs.h

Modified: trunk/reactos/boot/freeldr/freeldr/debug.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/debug.c?rev=51855&r1=51854&r2=51855&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/debug.c [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/debug.c [iso-8859-1] Sun May 22 22:19:47 
2011
@@ -340,7 +340,7 @@
        return 0;
 }
 
-DECLSPEC_NORETURN
+//DECLSPEC_NORETURN
 NTKERNELAPI
 VOID
 NTAPI

Modified: trunk/reactos/include/ddk/wdm.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/wdm.h?rev=51855&r1=51854&r2=51855&view=diff
==============================================================================
--- trunk/reactos/include/ddk/wdm.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/wdm.h [iso-8859-1] Sun May 22 22:19:47 2011
@@ -9772,7 +9772,7 @@
 }
 #endif
 
-DECLSPEC_NORETURN
+//DECLSPEC_NORETURN
 NTKERNELAPI
 VOID
 NTAPI

Modified: trunk/reactos/include/xdk/kefuncs.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/xdk/kefuncs.h?rev=51855&r1=51854&r2=51855&view=diff
==============================================================================
--- trunk/reactos/include/xdk/kefuncs.h [iso-8859-1] (original)
+++ trunk/reactos/include/xdk/kefuncs.h [iso-8859-1] Sun May 22 22:19:47 2011
@@ -207,7 +207,7 @@
 }
 #endif
 
-DECLSPEC_NORETURN
+//DECLSPEC_NORETURN
 NTKERNELAPI
 VOID
 NTAPI


Reply via email to