--- mstools/h/signal.h 2018/08/09 18:20:01 1.1 +++ mstools/h/signal.h 2018/08/09 18:20:30 1.1.1.2 @@ -16,9 +16,11 @@ extern "C" { #endif +#ifndef MIPS #if (_MSC_VER <= 600) #define __cdecl _cdecl #endif +#endif #ifndef _SIG_ATOMIC_T_DEFINED typedef int sig_atomic_t;