# HG changeset patch # User Bram Moolenaar # Date 1327089259 -3600 # Node ID 1fec3c62f6e8065c2f7ea7422213e78b50032de6 # Parent 6d1e3108a03f80585f7f3e96b144a154dff85ab4 updated for version 7.3.408 Problem: Missing declaration. Solution: Add the declaration. (John Marriott) diff --git a/src/gui_w48.c b/src/gui_w48.c --- a/src/gui_w48.c +++ b/src/gui_w48.c @@ -3286,6 +3286,7 @@ convert_filterW(char_u *s) { char_u *tmp; int len; + WCHAR *res; tmp = convert_filter(s); if (tmp == NULL) diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 408, +/**/ 407, /**/ 406,