Problem: MS-Windows: cannot build GUI without IME.
Solution: Define im_get_status() and im_set_active() when IME is not used.
#else /* !defined(FEAT_XIM) */
-# ifndef FEAT_GUI_W32
+# if !defined(FEAT_GUI_W32) || !(defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME))
static int im_was_set_active = FALSE;
int
}
# endif
}
+
+# ifdef FEAT_GUI
+ void
+im_set_position(int row, int col)
+{
+}
+# endif
# endif
#endif /* FEAT_XIM */
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1340,
/**/
1339,
/**/