commit | 86f2cd5bc574c23fa276d7f57cd1300e24222913 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 02 21:55:17 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 02 21:55:17 2016 +0200 |
tree | 995f73d4f28406b0f4b29c2b535ecaece13bc4ee | |
parent | 796aa9c804f09276bd3cc45123f4a191a001dec2 [diff] [blame] |
patch 7.4.2145 Problem: Win32: Using CreateThread/ExitThread is not safe. Solution: Use _beginthreadex and return from the thread. (Ken Takata)
diff --git a/src/version.c b/src/version.c index a6f1794..b355f08 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2145, +/**/ 2144, /**/ 2143,