mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-13 09:25:46 +00:00
* 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:
parent
62194015fa
commit
fbf8c940e5
1 changed files with 3 additions and 1 deletions
|
@ -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. */
|
||||||
|
|
Loading…
Reference in a new issue