<gscriv...@gnu.org> wrote: ...
diff --git a/src/mswindows.c b/src/mswindows.c index 179773e..c0d9be6 100644 --- a/src/mswindows.c +++ b/src/mswindows.c @@ -308,7 +308,7 @@ cleanup: /* We're the parent. If all is well, terminate. */ if (rv) - exit (0); + exit (WGET_EXIT_SUCCESS);
This breaks compilation of mswindows.c as I wrote to Guiseppe privately; add "exits.h" at top. --gv