diff options
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index c2c37ba48..6204ded6d 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -526,6 +526,7 @@ int utimes(const char *file_name, const struct timeval times[2]); | |||
526 | #define is_unc_path(x) (strlen(x) > 4 && is_dir_sep(x[0]) && \ | 526 | #define is_unc_path(x) (strlen(x) > 4 && is_dir_sep(x[0]) && \ |
527 | is_dir_sep(x[1]) && !is_dir_sep(x[2])) | 527 | is_dir_sep(x[1]) && !is_dir_sep(x[2])) |
528 | 528 | ||
529 | char ** FAST_FUNC grow_argv(char **argv, int n); | ||
529 | pid_t FAST_FUNC mingw_spawn(char **argv); | 530 | pid_t FAST_FUNC mingw_spawn(char **argv); |
530 | pid_t FAST_FUNC mingw_spawn_detach(char **argv); | 531 | pid_t FAST_FUNC mingw_spawn_detach(char **argv); |
531 | intptr_t FAST_FUNC mingw_spawn_proc(const char **argv); | 532 | intptr_t FAST_FUNC mingw_spawn_proc(const char **argv); |