diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mingw.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 910eff412..b81a6e180 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
| @@ -139,6 +139,11 @@ int mingw_rename(const char*, const char*); | |||
| 139 | #define fopen mingw_fopen | 139 | #define fopen mingw_fopen |
| 140 | #define rename mingw_rename | 140 | #define rename mingw_rename |
| 141 | 141 | ||
| 142 | FILE *mingw_popen(const char *cmd, const char *mode); | ||
| 143 | int mingw_pclose(FILE *fd); | ||
| 144 | #define popen mingw_popen | ||
| 145 | #define pclose mingw_pclose | ||
| 146 | |||
| 142 | #define setlinebuf(fd) setvbuf(fd, (char *) NULL, _IOLBF, 0) | 147 | #define setlinebuf(fd) setvbuf(fd, (char *) NULL, _IOLBF, 0) |
| 143 | 148 | ||
| 144 | /* | 149 | /* |
