patch 8.2.2824: MS-Windows: build failure with MSVC

Problem:    MS-Windows: build failure with MSVC.
Solution:   Adjust the list of distributed files.  Add hint about python.
            Adjust path for reading runtime files.
diff --git a/src/version.c b/src/version.c
index 0e6e301..435117d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2824,
+/**/
     2823,
 /**/
     2822,