commit | df1643a6a7886b9363c2a98438e61cbe1c803d41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 17 18:53:27 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 17 18:53:27 2020 +0200 |
tree | 18afbaa1531bf5d41131001fef57e1fa0dfa6659 | |
parent | 9309eb2f28e6ee346c2a5deaa6f9c2b36578522e [diff] [blame] |
patch 8.2.0782: cannot build with Lua on MS-Windows Problem: Cannot build with Lua on MS-Windows. Solution: Add DLL symbol for luaL_Loadstring. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 641aa88..f047bde 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 782, +/**/ 781, /**/ 780,