emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/nt/config.nt,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/nt/config.nt,v
Date: Thu, 26 Jun 2008 22:33:34 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/06/26 22:33:33

Index: nt/config.nt
===================================================================
RCS file: /cvsroot/emacs/emacs/nt/config.nt,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- nt/config.nt        26 Jun 2008 04:24:32 -0000      1.34
+++ nt/config.nt        26 Jun 2008 22:33:31 -0000      1.35
@@ -477,5 +477,12 @@
 #endif
 #endif
 
+/* Prevent accidental use of features unavailable in
+   older Windows versions we still support.  */
+#define _WIN32_WINNT 0x0400
+
+/* Make a leaner executable.  */
+#define WIN32_LEAN_AND_MEAN 1
+
 /* arch-tag: df720992-aa5a-499a-882d-958dc5eeb5e9
    (do not change this comment) */




reply via email to

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