--- mstools/h/excpt.h 2018/08/09 18:20:01 1.1 +++ mstools/h/excpt.h 2018/08/09 18:20:31 1.1.1.2 @@ -48,7 +48,7 @@ typedef enum _EXCEPTION_DISPOSITION { EXCEPTION_EXTERN unsigned long _exception_code( EXCEPTION_NOPROTO ); EXCEPTION_EXTERN int _abnormal_termination( EXCEPTION_NOPROTO ); -#elif defined(i386) +#elif defined(i386) || defined(M_MRX000) #define try _try #define except _except