--- mstools/h/sys/stat.h 2018/08/09 18:20:01 1.1 +++ mstools/h/sys/stat.h 2018/08/09 18:20:35 1.1.1.2 @@ -17,9 +17,11 @@ extern "C" { #endif +#ifndef MIPS #if (_MSC_VER <= 600) #define __cdecl _cdecl #endif +#endif #ifndef _TIME_T_DEFINED typedef long time_t;