]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2145 v7.4.2145
authorBram Moolenaar <Bram@vim.org>
Tue, 2 Aug 2016 19:55:17 +0000 (21:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 2 Aug 2016 19:55:17 +0000 (21:55 +0200)
commit86f2cd5bc574c23fa276d7f57cd1300e24222913
tree995f73d4f28406b0f4b29c2b535ecaece13bc4ee
parent796aa9c804f09276bd3cc45123f4a191a001dec2
patch 7.4.2145
Problem:    Win32: Using CreateThread/ExitThread is not safe.
Solution:   Use _beginthreadex and return from the thread. (Ken Takata)
src/os_win32.c
src/version.c