(LISTPROC, PROCATTR): New macros.

This commit is contained in:
Eli Zaretskii 2008-08-09 17:56:14 +00:00
parent 8f8b082a13
commit de62e4f842
2 changed files with 8 additions and 0 deletions

View 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.

View 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