patch 8.1.1222: build still fails on MS-Windows

Problem:    Build still fails on MS-Windows.
Solution:   Move another declaration to start of block.
diff --git a/src/version.c b/src/version.c
index c65c541..1bdcaaf 100644
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1222,
+/**/
     1221,
 /**/
     1220,