From: Eli Zaretskii Date: Tue, 2 May 2017 06:24:25 +0000 (+0300) Subject: Temporary fix for the MS_Windows build X-Git-Tag: emacs-26.0.90~521^2~489 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7c5af2bbda9f972b659389b061ef4c09bfba796;p=emacs.git Temporary fix for the MS_Windows build * nt/inc/ms-w32.h (WIN32_LEAN_AND_MEAN): Define to an empty value, to be consistent with Gnulib's utimens.c. This is because utimens.c unconditionally defines WIN32_LEAN_AND_MEAN to an empty value, so the previous definition here conflicted with that. --- diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index b7dee8a5872..671c9fa9d2b 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h @@ -151,7 +151,7 @@ extern char *getenv (); #endif /* Make a leaner executable. */ -#define WIN32_LEAN_AND_MEAN 1 +#define WIN32_LEAN_AND_MEAN #include