summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--win32/win32.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index a3a8693476..f3b87b59e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-Thu Jan 5 19:03:09 2006 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * win32/win32.c (ioinfo): VC++8 support, forgotten to commit.
-
Sun Jan 1 17:07:59 2006 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* win32/win32.c (rb_w32_seekdir): should not segfault even if passed
diff --git a/win32/win32.c b/win32/win32.c
index 79e39b6e2b..ef6886af2b 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -1582,10 +1582,6 @@ typedef struct {
char pipech2[2];
#endif
#endif
-#if _MSC_VER >= 1400
- char textmode;
- char pipech2[2];
-#endif
} ioinfo;
#if !defined _CRTIMP || defined __MINGW32__