(LISTPROC, PROCATTR): New macros.
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Aug 2008 17:56:14 +0000 (17:56 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Aug 2008 17:56:14 +0000 (17:56 +0000)
nt/ChangeLog
nt/config.nt

index 520ee10..9e5e549 100644 (file)
@@ -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.
index dea980e..dd37960 100644 (file)
@@ -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