patch 8.1.2410: MS-Windows: test_iminsert fails without IME support

Problem:    MS-Windows: test_iminsert fails without IME support.
Solution:   Skip the test when imgetstatus() doesn't work.
diff --git a/src/version.c b/src/version.c
index b11a6c7..46468e7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2410,
+/**/
     2409,
 /**/
     2408,