summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui_w32.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index cdb1abb58..128869ee1 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -1575,7 +1575,7 @@ gui_mch_init(void)
#ifdef FEAT_EVAL
/* set the v:windowid variable */
- set_vim_var_nr(VV_WINDOWID, (long)s_hwnd);
+ set_vim_var_nr(VV_WINDOWID, HandleToLong(s_hwnd));
#endif
theend:
diff --git a/src/version.c b/src/version.c
index 14c2b8507..65de7c9e5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 206,
+/**/
205,
/**/
204,