Problem: has("win64") does not return 1 on 64 bit MS-Windows version.
Solution: Also check for _WIN64 besides WIN64.
-# Unixen
+# Unixen: object and executable files.
*.o
src/vim
src/xxd/xxd
src/auto/pathdef.c
# Windows
-.hgignore
*.exe
*.idb
*.manifest
#if defined(UNIX) && (defined(__CYGWIN32__) || defined(__CYGWIN__))
"win32unix",
#endif
-#ifdef WIN64
+#if defined(WIN64) || defined(_WIN64)
"win64",
#endif
#ifdef EBCDIC
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 328,
/**/
327,
/**/