commit | b361db077ffb9669147d3ff1cc0191154f7289e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 16 21:13:14 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 16 21:13:14 2018 +0200 |
tree | 230791577679a84f8b0c211c9fa5623ba5641895 | |
parent | 64f410742f101d7d5ea9e65503e1e0019605eaa5 [diff] [blame] |
patch 8.1.0480: MinGW build file uses different -I flags than MVC Problem: MinGW build file uses different -I flags than MVC. Solution: Add -I to $CFLAGS. (Ken takata)
diff --git a/src/version.c b/src/version.c index 350c8a7..1eab778 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 480, +/**/ 479, /**/ 478,