aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Albinus2021-11-07 18:06:24 +0100
committerMichael Albinus2021-11-07 18:06:24 +0100
commit54fd811eecdd2ba5c1981c7b6c2108e4e2d2de5e (patch)
treee2d9eec8c21f1be436352df14e32decf39522aca /src
parent50121247079cd1ce06f093391b744c8f3fee49d6 (diff)
parent7fdb2ae412d4b727c6075ff3988836841b052120 (diff)
downloademacs-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32.h b/src/w32.h
index ec0f37123e8..b31d66646c9 100644
--- a/src/w32.h
+++ b/src/w32.h
@@ -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. */
157extern void prepare_standard_handles (int in, int out, 157extern 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. */
161extern void reset_standard_handles (int in, int out, 161extern 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. */