mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/win32.c (win95_stat): remove unnecessary macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
284d912ecc
commit
2e5dcb53ce
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -4595,7 +4595,6 @@ winnt_stat(const WCHAR *path, struct stati64 *st)
|
|||
|
||||
return 0;
|
||||
}
|
||||
#define win95_stat(path, st) -1
|
||||
|
||||
/* License: Ruby's */
|
||||
int
|
||||
|
|
Loading…
Add table
Reference in a new issue