aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index a67b161c7..16f0396db 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -133,6 +133,7 @@ int mingw_rename(const char*, const char*);
133FILE *mingw_popen(const char *cmd, const char *mode); 133FILE *mingw_popen(const char *cmd, const char *mode);
134int mingw_popen_fd(const char *cmd, const char *mode, int fd0, pid_t *pid); 134int mingw_popen_fd(const char *cmd, const char *mode, int fd0, pid_t *pid);
135int mingw_pclose(FILE *fd); 135int mingw_pclose(FILE *fd);
136pid_t mingw_fork_compressor(int fd, const char *compressor, const char *mode);
136#undef popen 137#undef popen
137#undef pclose 138#undef pclose
138#define popen mingw_popen 139#define popen mingw_popen