summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-11-07 18:06:24 +0100
committerMichael Albinus <michael.albinus@gmx.de>2021-11-07 18:06:24 +0100
commit54fd811eecdd2ba5c1981c7b6c2108e4e2d2de5e (patch)
treee2d9eec8c21f1be436352df14e32decf39522aca /src
parent50121247079cd1ce06f093391b744c8f3fee49d6 (diff)
parent7fdb2ae412d4b727c6075ff3988836841b052120 (diff)
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);
/* Prepare our standard handles for proper inheritance by child processes. */
extern void prepare_standard_handles (int in, int out,
- int err, HANDLE handles[4]);
+ int err, HANDLE handles[3]);
/* Reset our standard handles to their original state. */
extern void reset_standard_handles (int in, int out,
- int err, HANDLE handles[4]);
+ int err, HANDLE handles[3]);
/* Query Windows Registry and return the resource associated
associated with KEY and NAME of type TYPE. */