From de62e4f8420755b8e06c132d2fe12dc0ddd8a21a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 9 Aug 2008 17:56:14 +0000 Subject: [PATCH] (LISTPROC, PROCATTR): New macros. --- nt/ChangeLog | 4 ++++ nt/config.nt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/nt/ChangeLog b/nt/ChangeLog index 520ee10215..9e5e5498a3 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2008-08-09 Eli Zaretskii + + * config.nt (LISTPROC, PROCATTR): New macros. + 2008-07-31 Dan Nicolaescu * config.nt (MULTI_KBOARD): Remove. diff --git a/nt/config.nt b/nt/config.nt index dea980ece1..dd37960d48 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 -- 2.20.1