1
0
forked from aniani/vim

patch 8.1.0951: using WIN64 even though it is never defined

Problem:    Using WIN64 even though it is never defined.
Solution:   Only use _WIN64. (Ken Takata, closes #3997)
This commit is contained in:
Bram Moolenaar
2019-02-18 22:14:18 +01:00
parent 14816ad6e5
commit 44b443c5db
2 changed files with 3 additions and 1 deletions

View File

@@ -779,6 +779,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
951,
/**/
950,
/**/