From: Eli Zaretskii Date: Sat, 9 Aug 2008 17:56:14 +0000 (+0000) Subject: (LISTPROC, PROCATTR): New macros. X-Git-Tag: emacs-pretest-23.0.90~3570 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de62e4f8420755b8e06c132d2fe12dc0ddd8a21a;p=emacs.git (LISTPROC, PROCATTR): New macros. --- 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 + + * 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 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