diff options
| author | Michael Albinus | 2021-11-07 18:06:24 +0100 |
|---|---|---|
| committer | Michael Albinus | 2021-11-07 18:06:24 +0100 |
| commit | 54fd811eecdd2ba5c1981c7b6c2108e4e2d2de5e (patch) | |
| tree | e2d9eec8c21f1be436352df14e32decf39522aca /src | |
| parent | 50121247079cd1ce06f093391b744c8f3fee49d6 (diff) | |
| parent | 7fdb2ae412d4b727c6075ff3988836841b052120 (diff) | |
| download | emacs-54fd811eecdd2ba5c1981c7b6c2108e4e2d2de5e.tar.gz emacs-54fd811eecdd2ba5c1981c7b6c2108e4e2d2de5e.zip | |
Merge from origin/emacs-28
7fdb2ae412 Add some unit tests for 'abbreviate-file-name'
21de5e7b2e Fix compilation MinGW warnings
54b726c815 ; * etc/PROBLEMS: More specific recipe for WebKit-related ...
d85cf33e49 Escape '%' in filenames to fix flymake warnings
6243a43ac2 Fix search string generation in nnimap-make-thread-query
f05b8a939b Update to Org 9.5-68-g77e2ec
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -155,11 +155,11 @@ extern unsigned int w32_get_short_filename (const char *, char *, int); | |||
| 155 | 155 | ||
| 156 | /* Prepare our standard handles for proper inheritance by child processes. */ | 156 | /* Prepare our standard handles for proper inheritance by child processes. */ |
| 157 | extern void prepare_standard_handles (int in, int out, | 157 | extern void prepare_standard_handles (int in, int out, |
| 158 | int err, HANDLE handles[4]); | 158 | int err, HANDLE handles[3]); |
| 159 | 159 | ||
| 160 | /* Reset our standard handles to their original state. */ | 160 | /* Reset our standard handles to their original state. */ |
| 161 | extern void reset_standard_handles (int in, int out, | 161 | extern void reset_standard_handles (int in, int out, |
| 162 | int err, HANDLE handles[4]); | 162 | int err, HANDLE handles[3]); |
| 163 | 163 | ||
| 164 | /* Query Windows Registry and return the resource associated | 164 | /* Query Windows Registry and return the resource associated |
| 165 | associated with KEY and NAME of type TYPE. */ | 165 | associated with KEY and NAME of type TYPE. */ |