diff options
| author | Eli Zaretskii | 2008-08-09 17:56:14 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-09 17:56:14 +0000 |
| commit | de62e4f8420755b8e06c132d2fe12dc0ddd8a21a (patch) | |
| tree | c17bdb84b18aef6705ef74939a8f78407f927291 | |
| parent | 8f8b082a13e2271496d12853d595f4d59046170c (diff) | |
| download | emacs-de62e4f8420755b8e06c132d2fe12dc0ddd8a21a.tar.gz emacs-de62e4f8420755b8e06c132d2fe12dc0ddd8a21a.zip | |
(LISTPROC, PROCATTR): New macros.
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/config.nt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 520ee10215d..9e5e5498a31 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-08-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * config.nt (LISTPROC, PROCATTR): New macros. | ||
| 4 | |||
| 1 | 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * config.nt (MULTI_KBOARD): Remove. | 7 | * 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; | |||
| 464 | #endif | 464 | #endif |
| 465 | #endif | 465 | #endif |
| 466 | 466 | ||
| 467 | /* Support for listing processes and their attributes. */ | ||
| 468 | #define LISTPROC w32_list_system_processes | ||
| 469 | #define PROCATTR w32_system_process_attributes | ||
| 470 | |||
| 467 | /* Prevent accidental use of features unavailable in | 471 | /* Prevent accidental use of features unavailable in |
| 468 | older Windows versions we still support. */ | 472 | older Windows versions we still support. */ |
| 469 | #define _WIN32_WINNT 0x0400 | 473 | #define _WIN32_WINNT 0x0400 |