summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-08-09 17:56:14 +0000
committerEli Zaretskii <eliz@gnu.org>2008-08-09 17:56:14 +0000
commitde62e4f8420755b8e06c132d2fe12dc0ddd8a21a (patch)
treec17bdb84b18aef6705ef74939a8f78407f927291 /nt
parent8f8b082a13e2271496d12853d595f4d59046170c (diff)
downloademacs-de62e4f8420755b8e06c132d2fe12dc0ddd8a21a.tar.gz
(LISTPROC, PROCATTR): New macros.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/config.nt4
2 files changed, 8 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 520ee10215d..9e5e5498a31 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-09 Eli Zaretskii <eliz@gnu.org>
+
+ * config.nt (LISTPROC, PROCATTR): New macros.
+
2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
* config.nt (MULTI_KBOARD): Remove.
diff --git a/nt/config.nt b/nt/config.nt
index dea980ece13..dd37960d48b 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -464,6 +464,10 @@ void w32_abort (void) NO_RETURN;
#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