Re: Fix building Make with Mingw

2013-09-23 Thread Eli Zaretskii
> Date: Mon, 23 Sep 2013 22:32:36 +0400 > From: Alexey Pavlov > > $ diff -Naur a/w32/compat/posixfcn.c b/w32/compat/posixfcn.c > --- a/w32/compat/posixfcn.c 2013-09-23 21:25:20.36880 +0400 > +++ b/w32/compat/posixfcn.c 2013-09-23 22:28:15.60700 +0400 > @@ -26,7 +26,7 @@ > #include "

Fix building Make with Mingw

2013-09-23 Thread Alexey Pavlov
$ diff -Naur a/w32/compat/posixfcn.c b/w32/compat/posixfcn.c --- a/w32/compat/posixfcn.c 2013-09-23 21:25:20.36880 +0400 +++ b/w32/compat/posixfcn.c 2013-09-23 22:28:15.60700 +0400 @@ -26,7 +26,7 @@ #include "makeint.h" #include "job.h" -#ifdef NO_OUTPUT_SYNC +#ifndef NO_OUTPUT_SYNC