diff options
| author | Eli Zaretskii | 2008-08-09 19:05:54 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-09 19:05:54 +0000 |
| commit | 754a2d1380c19e854549b84af6f96e94aef0d77f (patch) | |
| tree | 1b8ab80819b586bc4b56eaa94deaf5b5a5de016f /src/ChangeLog | |
| parent | 3af03101a78a582ce3b788b56009323a95638b83 (diff) | |
| download | emacs-754a2d1380c19e854549b84af6f96e94aef0d77f.tar.gz emacs-754a2d1380c19e854549b84af6f96e94aef0d77f.zip | |
(w32_system_process_attributes): If the process does not exist, return nil.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7fdffb7df38..37a405efb5c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2008-08-09 Eli Zaretskii <eliz@gnu.org> | 1 | 2008-08-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * w32.c (w32_system_process_attributes): If the process does not | ||
| 4 | exist, return nil. | ||
| 5 | |||
| 3 | * w32.c: Include thelp32.h, psapi.h and coding.h. | 6 | * w32.c: Include thelp32.h, psapi.h and coding.h. |
| 4 | (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct | 7 | (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct |
| 5 | declarations. | 8 | declarations. |