patch 8.2.4461: MS-Windows: garbage characters on stdout with VIMDLL

Problem:    MS-Windows: garbage characters on stdout with VIMDLL.
Solution:   Don't call gui_focus_change() when about to quit. (Ken Takata,
            closes #9840)
diff --git a/src/version.c b/src/version.c
index a34bad1..cfa0629 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4461,
+/**/
     4460,
 /**/
     4459,