Patch 7.4.2150
Problem: Warning with MinGW 64. (John Marriott)
Solution: Change return type. (Ken Takata)
Files: src/os_win32.c
*** ../vim-7.4.2149/src/os_win32.c 2016-08-02 21:55:14.409138620 +0200
--- src/os_win32.c 2016-08-03 20:52:47.153376911 +0200
***************
*** 4212,4218 ****
* process. This way avoid to hang up vim totally if the children
* process take a long time to process the lines.
*/
! static DWORD WINAPI
sub_process_writer(LPVOID param)
{
HANDLE g_hChildStd_IN_Wr = param;
--- 4212,4218 ----
* process. This way avoid to hang up vim totally if the children
* process take a long time to process the lines.
*/
! static unsigned int __stdcall
sub_process_writer(LPVOID param)
{
HANDLE g_hChildStd_IN_Wr = param;
*** ../vim-7.4.2149/src/version.c 2016-08-02 23:04:46.185887154 +0200
--- src/version.c 2016-08-03 20:53:38.860910612 +0200
***************
*** 765,766 ****
--- 765,768 ----
{ /* Add new patch number below this line */
+ /**/
+ 2150,
/**/
--
Clothes make the man. Naked people have little or no influence on society.
-- Mark Twain (Samuel Clemens) (1835-1910)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.