[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/nt/config.nt,v
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/nt/config.nt,v |
Date: |
Sat, 09 Aug 2008 17:55:45 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Eli Zaretskii <eliz> 08/08/09 17:55:45
Index: config.nt
===================================================================
RCS file: /cvsroot/emacs/emacs/nt/config.nt,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- config.nt 31 Jul 2008 02:47:25 -0000 1.38
+++ config.nt 9 Aug 2008 17:55:45 -0000 1.39
@@ -464,6 +464,10 @@
#endif
#endif
+/* Support for listing processes and their attributes. */
+#define LISTPROC w32_list_system_processes
+#define PROCATTR w32_system_process_attributes
+
/* Prevent accidental use of features unavailable in
older Windows versions we still support. */
#define _WIN32_WINNT 0x0400
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/nt/config.nt,v,
Eli Zaretskii <=