|
From: Jan S. <ha...@st...> - 2012-09-25 07:35:59
|
> These are not used anywhere in sox What makes you say that? util.h says #ifdef _stati64 #define stat _stati64 #else #define stat _stat #endif So on a system which does have _stati64, that is used as 'stat'. (Not that I know a system with _stati64.) > and already defined in mingw32 4.2.1. Well, isn't 'stat' defined on every reasonable system? Isn't the purpose of the above to redefine it? Which might be strange: a system with _stati64 is probably already using it as its own stat, right? I don't know why sox doesn't just use the given system's stat everywhere. |