1
0
forked from aniani/vim

patch 8.1.1008: MS-Windows: HAVE_STDINT_H only defined for non-debug version

Problem:    MS-Windows: HAVE_STDINT_H only defined for non-debug version.
Solution:   Move definition of HAVE_STDINT_H up. (Taro Muraoka, closes #4109)
This commit is contained in:
Bram Moolenaar
2019-03-14 21:37:19 +01:00
parent 209b8e3e3b
commit 0251d2d811
2 changed files with 6 additions and 5 deletions

View File

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