On Monday, February 15, 2016 at 11:24:47 PM UTC+1, Michael Giuffrida wrote:
> When building on windows with 7.4.1327:
> os_win32.c(5074) : error C2065: 'saAttr' : undeclared identifier
> os_win32.c(5077) : error C2065: 'ifd' : undeclared identifier
> os_win32.c(5079) : error C2065: 'ofd' : undeclared identifier
> os_win32.c(5081) : error C2065: 'efd' : undeclared identifier
They are wrapped inside # ifdef FEAT_CHANNEL a few lines above.
diff -r 0df672ac12da src/os_win32.c
--- a/src/os_win32.c Mon Feb 15 23:15:05 2016 +0100
+++ b/src/os_win32.c Tue Feb 16 00:19:47 2016 +0100
@@ -5039,12 +5039,12 @@
STARTUPINFO si;
PROCESS_INFORMATION pi;
HANDLE jo;
-# ifdef FEAT_CHANNEL
- channel_T *channel;
HANDLE ifd[2];
HANDLE ofd[2];
HANDLE efd[2];
SECURITY_ATTRIBUTES saAttr;
+# ifdef FEAT_CHANNEL
+ channel_T *channel;
ifd[0] = INVALID_HANDLE_VALUE;
ifd[1] = INVALID_HANDLE_VALUE;
--
--
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.