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 f4a3ee6375..6541c3dc5b 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -1556,6 +1556,10 @@ typedef struct {
#ifdef MSVCRT_THREADS
int lockinitflag;
CRITICAL_SECTION lock;
+#if _MSC_VER >= 1400
+ char textmode;
+ char pipech2[2];
+#endif
#endif
} ioinfo;