emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 8a16581: Don't define NOMINMAX on MS-Windows


From: Eli Zaretskii
Subject: [Emacs-diffs] master 8a16581: Don't define NOMINMAX on MS-Windows
Date: Sat, 31 Dec 2016 12:08:22 +0000 (UTC)

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

    Don't define NOMINMAX on MS-Windows
    
    * src/callproc.c (NOMINMAX) [WINDOWSNT]: Don't define.  This is no
    longer needed with the current sources and MinGW headers, while
    defining NOMINMAX causes an annoying compiler warning.
---
 src/callproc.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/callproc.c b/src/callproc.c
index 02db348..f0fe5c6 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -32,7 +32,6 @@ along with GNU Emacs.  If not, see 
<http://www.gnu.org/licenses/>.  */
 #include "lisp.h"
 
 #ifdef WINDOWSNT
-#define NOMINMAX
 #include <sys/socket.h>        /* for fcntl */
 #include <windows.h>
 #include "w32.h"



reply via email to

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