aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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. */