Tux wrote:
> MSVC build is still broken. Interestingly, GVim compiles but Vim does
> not:
>
> > eval.obj : error LNK2001: Nicht aufgelöstes externes Symbol
> > "_channel_close".
>
> > vim.exe : fatal error LNK1120: 1 nicht aufgelöste externe Verweise.
Needs some different #ifdefs.
--
hundred
MSVC build is still broken. Interestingly, GVim compiles but Vim does
not:
> eval.obj : error LNK2001: Nicht aufgelöstes externes Symbol
> "_channel_close".
> vim.exe : fatal error LNK1120: 1 nicht aufgelöste externe Verweise.
--
--
You received this message from the "vim_dev" maillist.
Do not
Patch 7.4.1314
Problem:Warning for uninitialzed variable.
Solution: Initialize it. (Dominique Pelle)
Files: src/channel.c
*** ../vim-7.4.1313/src/channel.c 2016-02-13 17:04:08.418819101 +0100
--- src/channel.c 2016-02-13 18:48:40.153721181 +0100