Re: Re: Prerelease GNU Make 4.4.0.90 on Windows using tcc compiler

Paul Smith <[email protected]> Sun, 19 Feb 2023 09:08:06 -0500
Newsgroups gmane.comp.gnu.make.windows
Organization GNU's Not UNIX!
Message-ID <[email protected]>
On Mon, 2023-01-16 at 07:08 +0100, Christian Jullien wrote:
> No issue then with tcc, except this warning:
> In file included from src/w32/subproc/w32err.c:19:
> ./src/makeint.h:393: warning: WIN32_LEAN_AND_MEAN redefined
>=20
> To fix it, you may want to add:
> # ifndef WIN32_LEAN_AND_MEAN
> #=C2=A0 define WIN32_LEAN_AND_MEAN
> # endif

I applied this change, thanks!