changeset 97369:eb5a5c9d9c4c

(LISTPROC, PROCATTR): New macros.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 09 Aug 2008 17:55:45 +0000
parents dd6e742c5349
children 758f38fd4cba
files nt/config.nt
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nt/config.nt	Sat Aug 09 17:55:00 2008 +0000
+++ b/nt/config.nt	Sat Aug 09 17:55:45 2008 +0000
@@ -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