--- mstools/h/memory.h 2018/08/09 18:20:01 1.1 +++ mstools/h/memory.h 2018/08/09 18:20:28 1.1.1.2 @@ -17,9 +17,11 @@ extern "C" { #endif +#ifndef MIPS #if (_MSC_VER <= 600) #define __cdecl _cdecl #endif +#endif #ifndef _SIZE_T_DEFINED typedef unsigned int size_t;