summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/vim.h b/src/vim.h
index 7f7260412..0297cfd68 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -1730,12 +1730,10 @@ typedef struct timeval proftime_T;
typedef int proftime_T; /* dummy for function prototypes */
#endif
-#ifdef FEAT_CHANNEL
-# ifdef WIN64
+#ifdef WIN64
typedef __int64 sock_T;
-# else
+#else
typedef int sock_T;
-# endif
#endif
/* Include option.h before structs.h, because the number of window-local and