commit | ca058dc71f53a4d08f553468e8fda5ea961b3f2b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 13:26:21 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 13:26:21 2014 +0100 |
tree | 533bcdf5cfa7f86ff49b25f2caf2dd4dcfc2f54c | |
parent | 6cd3aeee4c0fbd0751122395af0ab895abda027e [diff] [blame] |
updated for version 7.4.148 Problem: Cannot build with Cygwin and X11. Solution: Include Xwindows.h instead of windows.h. (Lech Lorens)
diff --git a/src/version.c b/src/version.c index c9fa779..6d2a928 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 148, +/**/ 147, /**/ 146,