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
> 
> To fix it, you may want to add:
> # ifndef WIN32_LEAN_AND_MEAN
> #  define WIN32_LEAN_AND_MEAN
> # endif

I applied this change, thanks!

Reply via email to