diff options
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. */ |