(LISTPROC, PROCATTR): New macros.
This commit is contained in:
parent
8f8b082a13
commit
de62e4f842
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue