summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-03-16 15:04:34 +0000
committerBram Moolenaar <Bram@vim.org>2008-03-16 15:04:34 +0000
commitcb4cef2206b19e5d8737580eee29b44f45cb7de1 (patch)
treeb1b913a81d81e668f2c33ba5fde0de5255cdae6a /src/globals.h
parent0fde290e55feb8f3505c790c8ce9b5302893dfae (diff)
updated for version 7.1-283v7.1.283
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index a77f14b07d..469801bb80 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1263,7 +1263,7 @@ EXTERN int echo_wid_arg INIT(= FALSE); /* --echo-wid argument */
* The value of the --windowid argument.
* For embedding gvim inside another application.
*/
-EXTERN int win_socket_id INIT(= 0);
+EXTERN long_u win_socket_id INIT(= 0);
#endif
#if defined(FEAT_CLIENTSERVER) || defined(FEAT_EVAL)