aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index f89297df9..9c9767b3e 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -139,6 +139,8 @@ 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#define setlinebuf(fd) setvbuf(fd, (char *) NULL, _IOLBF, 0)
143
142/* 144/*
143 * ANSI emulation wrappers 145 * ANSI emulation wrappers
144 */ 146 */