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:
parent
7cba71d7e3
commit
4c38d66d25
@ -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;
|
||||||
|
@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user