diff options
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index d274b7e1c..4c3354864 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -142,7 +142,7 @@ pid_t mingw_fork_compressor(int fd, const char *compressor, const char *mode); | |||
142 | #define popen mingw_popen | 142 | #define popen mingw_popen |
143 | #define pclose mingw_pclose | 143 | #define pclose mingw_pclose |
144 | 144 | ||
145 | #define setlinebuf(fd) setvbuf(fd, (char *) NULL, _IOLBF, 0) | 145 | IMPL(setlinebuf, void, ,FILE * UNUSED_PARAM) |
146 | 146 | ||
147 | /* | 147 | /* |
148 | * ANSI emulation wrappers | 148 | * ANSI emulation wrappers |