mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
Include wchar.h in charset.c for towupper().
This commit is contained in:
@@ -14,6 +14,9 @@ static int win_chartabsize __ARGS((win_T *wp, char_u *p, colnr_T col));
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FEAT_MBYTE
|
#ifdef FEAT_MBYTE
|
||||||
|
# if defined(HAVE_WCHAR_H)
|
||||||
|
# include <wchar.h> /* for towupper() and towlower() */
|
||||||
|
# endif
|
||||||
static int win_nolbr_chartabsize __ARGS((win_T *wp, char_u *s, colnr_T col, int *headp));
|
static int win_nolbr_chartabsize __ARGS((win_T *wp, char_u *s, colnr_T col, int *headp));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user