diff options
Diffstat (limited to 'include')
-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 a67b161c7..16f0396db 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -133,6 +133,7 @@ int mingw_rename(const char*, const char*); | |||
133 | FILE *mingw_popen(const char *cmd, const char *mode); | 133 | FILE *mingw_popen(const char *cmd, const char *mode); |
134 | int mingw_popen_fd(const char *cmd, const char *mode, int fd0, pid_t *pid); | 134 | int mingw_popen_fd(const char *cmd, const char *mode, int fd0, pid_t *pid); |
135 | int mingw_pclose(FILE *fd); | 135 | int mingw_pclose(FILE *fd); |
136 | pid_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 |