From b72567a69fd762aecbaf95823708331f0232e94f Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Wed, 20 Feb 2013 22:22:56 -0800 Subject: [PATCH] Forgot macro name in previous commit! --- src/melt/melt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/melt/melt.c b/src/melt/melt.c index 14197fd8..8c8aba12 100644 --- a/src/melt/melt.c +++ b/src/melt/melt.c @@ -56,7 +56,7 @@ static void abnormal_exit_handler(int signum) term_exit(); // Reset the default handler so the core gets dumped. signal(signum, SIG_DFL); -#ifndef +#ifndef WIN32 kill(getpid(), signum); #endif } -- 2.39.2