0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 7.4.2150

Problem:    Warning with MinGW 64. (John Marriott)
Solution:   Change return type. (Ken Takata)
This commit is contained in:
Bram Moolenaar 2016-08-03 20:54:57 +02:00
parent 7cba71d7e3
commit 4c38d66d25
2 changed files with 3 additions and 1 deletions

View File

@ -4212,7 +4212,7 @@ mch_system_classic(char *cmd, int options)
* process. This way avoid to hang up vim totally if the children * process. This way avoid to hang up vim totally if the children
* process take a long time to process the lines. * process take a long time to process the lines.
*/ */
static DWORD WINAPI static unsigned int __stdcall
sub_process_writer(LPVOID param) sub_process_writer(LPVOID param)
{ {
HANDLE g_hChildStd_IN_Wr = param; HANDLE g_hChildStd_IN_Wr = param;

View File

@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2150,
/**/ /**/
2149, 2149,
/**/ /**/