mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
remove HAVE_WCHAR_H
This commit is contained in:

committed by
Thiago de Arruda

parent
77433de0ca
commit
9d2975efad
10
src/mbyte.c
10
src/mbyte.c
@@ -78,6 +78,7 @@
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
# include <wchar.h>
|
||||
|
||||
#include "vim.h"
|
||||
#include "mbyte.h"
|
||||
@@ -95,15 +96,6 @@
|
||||
|
||||
# define WINBYTE BYTE
|
||||
|
||||
|
||||
|
||||
|
||||
#ifdef HAVE_WCHAR_H
|
||||
# include <wchar.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
static int enc_canon_search(char_u *name);
|
||||
static int dbcs_char2len(int c);
|
||||
static int dbcs_char2bytes(int c, char_u *buf);
|
||||
|
Reference in New Issue
Block a user