aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 8ec0a1681..6835b88c9 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -341,7 +341,7 @@ pid_t mingw_spawn(char **argv);
341int mingw_execv(const char *cmd, const char *const *argv); 341int mingw_execv(const char *cmd, const char *const *argv);
342int mingw_execvp(const char *cmd, const char *const *argv); 342int mingw_execvp(const char *cmd, const char *const *argv);
343int mingw_execve(const char *cmd, const char *const *argv, const char *const *envp); 343int mingw_execve(const char *cmd, const char *const *argv, const char *const *envp);
344pid_t mingw_spawn_applet(int mode, const char *applet, const char *const *argv, const char *const *envp, int transfer_fd); 344pid_t mingw_spawn_applet(int mode, const char *applet, const char *const *argv, const char *const *envp);
345pid_t mingw_spawn_1(int mode, const char *cmd, const char *const *argv, const char *const *envp); 345pid_t mingw_spawn_1(int mode, const char *cmd, const char *const *argv, const char *const *envp);
346#define execvp mingw_execvp 346#define execvp mingw_execvp
347#define execve mingw_execve 347#define execve mingw_execve