_abnormal_termination(): Disabled here as it is now "pass"ed to ntoskrnl.
authorshort <>
Fri, 4 Jul 2003 04:57:57 +0000 (04:57 +0000)
committershort <>
Fri, 4 Jul 2003 04:57:57 +0000 (04:57 +0000)
src/libcaptive/ps/signal.c

index 8ea73c6..c042f54 100644 (file)
@@ -34,6 +34,7 @@
 #include "captive/ldr_exports.h"       /* for struct captive_ModuleList_patchpoint */
 
 
+#if 0  /* Currently implemented for real by "pass" to native ntoskrnl. */
 /**
  * _abnormal_termination:
  *
@@ -53,6 +54,7 @@ int _abnormal_termination(void)
 {
        return 0;
 }
+#endif
 
 
 #if 0