summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/win32.c b/win32/win32.c
index ef6886af2b..79e39b6e2b 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -1582,6 +1582,10 @@ typedef struct {
char pipech2[2];
#endif
#endif
+#if _MSC_VER >= 1400
+ char textmode;
+ char pipech2[2];
+#endif
} ioinfo;
#if !defined _CRTIMP || defined __MINGW32__