remove HAVE_WCHAR_H

This commit is contained in:
oni-link
2014-04-01 13:54:36 +02:00
committed by Thiago de Arruda
parent 77433de0ca
commit 9d2975efad
4 changed files with 3 additions and 16 deletions

View File

@@ -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);