From: Paul Smith Date: Sat, 18 Feb 2023 18:48:27 +0000 (-0500) Subject: * src/makeint.h (WIN32_LEAN_AND_MEAN) [Windows]: Don't redefine. X-Git-Tag: 4.4.0.91~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fbf8c940e529934df53fb70d3f7b5f224cd77597;p=thirdparty%2Fmake.git * src/makeint.h (WIN32_LEAN_AND_MEAN) [Windows]: Don't redefine. Suggested for tcc builds by Christian Jullien . --- diff --git a/src/makeint.h b/src/makeint.h index 1e1596d2..085a4ea8 100644 --- a/src/makeint.h +++ b/src/makeint.h @@ -393,7 +393,9 @@ extern int unixy_shell; # endif /* Include only the minimal stuff from windows.h. */ -# define WIN32_LEAN_AND_MEAN +# ifndef WIN32_LEAN_AND_MEAN +# define WIN32_LEAN_AND_MEAN +# endif #endif /* WINDOWS32 */ /* ALL_SET() evaluates the second argument twice. */