Problem: Cannot build Amiga version.
Solution: Add dummy mch_setmouse(). (Ola Söder, closes #5126)
}
#endif
+ void
+mch_setmouse(int on UNUSED)
+{
+ // TODO: implement
+}
+
/*
* Insert user name in s[len].
*/
void mch_restore_title(int which);
int mch_can_restore_title(void);
int mch_can_restore_icon(void);
+void mch_setmouse(int on);
int mch_get_user_name(char_u *s, int len);
void mch_get_host_name(char_u *s, int len);
long mch_get_pid(void);
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2224,
/**/
2223,
/**/