mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
undef previous definition of SIZEOF_STRUCT_STAT_ST_INO
trying to solve build problem of MinGW. see [Bug #14165] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a9aad1f80c
commit
f623428d1a
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ struct stati128 {
|
||||||
#if SIZEOF_OFF_T == 8
|
#if SIZEOF_OFF_T == 8
|
||||||
#define off_t __int64
|
#define off_t __int64
|
||||||
#define stat stati128
|
#define stat stati128
|
||||||
|
#undef SIZEOF_STRUCT_STAT_ST_INO
|
||||||
#define SIZEOF_STRUCT_STAT_ST_INO sizeof(unsigned __int64)
|
#define SIZEOF_STRUCT_STAT_ST_INO sizeof(unsigned __int64)
|
||||||
#define HAVE_STRUCT_STAT_ST_INOHIGH
|
#define HAVE_STRUCT_STAT_ST_INOHIGH
|
||||||
#define HAVE_STRUCT_STAT_ST_ATIMENSEC
|
#define HAVE_STRUCT_STAT_ST_ATIMENSEC
|
||||||
|
|
Loading…
Reference in a new issue