]> git.eshelyaron.com Git - emacs.git/commitdiff
Temporary fix for the MS_Windows build
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 May 2017 06:24:25 +0000 (09:24 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 2 May 2017 06:24:25 +0000 (09:24 +0300)
* 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.

nt/inc/ms-w32.h

index b7dee8a58726f5010484b8ee48a355cd9bc1a241..671c9fa9d2b847b741ae4edf344d2116b24c7b44 100644 (file)
@@ -151,7 +151,7 @@ extern char *getenv ();
 #endif
 
 /* Make a leaner executable.  */
-#define WIN32_LEAN_AND_MEAN 1
+#define WIN32_LEAN_AND_MEAN
 
 #include <sys/types.h>