aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--win32/win32.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fe8a4d4764..25db209d3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jul 9 17:37:35 2012 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (win95_stat): remove unnecessary macro.
+
Mon Jul 9 17:22:16 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9x
diff --git a/win32/win32.c b/win32/win32.c
index 584a24c0f0..2ef80404f2 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -4595,7 +4595,6 @@ winnt_stat(const WCHAR *path, struct stati64 *st)
return 0;
}
-#define win95_stat(path, st) -1
/* License: Ruby's */
int