diff options
Diffstat (limited to 'src/xz/signals.c')
-rw-r--r-- | src/xz/signals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/signals.c b/src/xz/signals.c index b27cd5b5..807b0225 100644 --- a/src/xz/signals.c +++ b/src/xz/signals.c @@ -16,7 +16,7 @@ volatile sig_atomic_t user_abort = false; -#ifndef _WIN32 +#if !(defined(_WIN32) && !defined(__CYGWIN__)) /// If we were interrupted by a signal, we store the signal number so that /// we can raise that signal to kill the program when all cleanups have |