patch 8.2.4369: redundant #ifdef argument

Problem:    Redundant #ifdef argument.
Solution:   Remove unused MSWIN. (Ola Söder, closes #9758)
diff --git a/src/version.c b/src/version.c
index 5444279..3c67682 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4369,
+/**/
     4368,
 /**/
     4367,