]> git.sesse.net Git - mlt/commitdiff
Forgot macro name in previous commit!
authorDan Dennedy <dan@dennedy.org>
Thu, 21 Feb 2013 06:22:56 +0000 (22:22 -0800)
committerDan Dennedy <dan@dennedy.org>
Thu, 21 Feb 2013 06:22:56 +0000 (22:22 -0800)
src/melt/melt.c

index 14197fd860c7090dc043928f9a142f6a33f57996..8c8aba12754422d76b7231a9bcb5e3e83131b3db 100644 (file)
@@ -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
 }