summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-08-09 17:55:45 +0000
committerEli Zaretskii <eliz@gnu.org>2008-08-09 17:55:45 +0000
commit3ca51e1ee0a4fe7b5652583c6badb945f162f6ae (patch)
tree2526742a679a1cd94f0f74bcf1bd8aa76116ccf4 /nt
parentd85dc8ea9433476443d2720d09599fa43fc0996c (diff)
downloademacs-3ca51e1ee0a4fe7b5652583c6badb945f162f6ae.tar.gz
(LISTPROC, PROCATTR): New macros.
Diffstat (limited to 'nt')
-rw-r--r--nt/config.nt4
1 files changed, 4 insertions, 0 deletions
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