* src/makeint.h (WIN32_LEAN_AND_MEAN) [Windows]: Don't redefine.

Suggested for tcc builds by Christian Jullien <eligis@orange.fr>.
This commit is contained in:
Paul Smith 2023-02-18 13:48:27 -05:00
parent 62194015fa
commit fbf8c940e5

View file

@ -393,7 +393,9 @@ extern int unixy_shell;
# endif # endif
/* Include only the minimal stuff from windows.h. */ /* 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 */ #endif /* WINDOWS32 */
/* ALL_SET() evaluates the second argument twice. */ /* ALL_SET() evaluates the second argument twice. */