# HG changeset patch # User Eli Zaretskii # Date 1218304545 0 # Node ID eb5a5c9d9c4c90bb150467f2f95214b67f434b03 # Parent dd6e742c53490158e155579071892986e9611d62 (LISTPROC, PROCATTR): New macros. diff -r dd6e742c5349 -r eb5a5c9d9c4c nt/config.nt --- 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