emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b7c5af2: Temporary fix for the MS_Windows build


From: Eli Zaretskii
Subject: [Emacs-diffs] master b7c5af2: Temporary fix for the MS_Windows build
Date: Tue, 2 May 2017 02:26:42 -0400 (EDT)

branch: master
commit b7c5af2bbda9f972b659389b061ef4c09bfba796
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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.
---
 nt/inc/ms-w32.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h
index b7dee8a..671c9fa 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 <sys/types.h>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]