1
0
forked from aniani/vim

updated for version 7.4.144

Problem:    MingW also supports intptr_t for OPEN_OH_ARGTYPE.
Solution:   Adjust #ifdef. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2014-01-14 12:18:45 +01:00
parent e21b6b2a8d
commit 9d1685d1cf
2 changed files with 3 additions and 1 deletions

View File

@@ -498,7 +498,7 @@ slash_adjust(p)
}
}
#if (_MSC_VER >= 1300)
#if (defined(_MSC_VER) && (_MSC_VER >= 1300)) || defined(__MINGW32__)
# define OPEN_OH_ARGTYPE intptr_t
#else
# define OPEN_OH_ARGTYPE long

View File

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