]> git.sesse.net Git - mlt/blobdiff - src/melt/melt.c
Forgot macro name in previous commit!
[mlt] / 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
 }