use wchar_t instead of WCHAR #6998

wchar_t has better cross-platform support and seems to fix an issue
on MinGW when building with `-std=c99`.
This commit is contained in:
Matt Kline
2018-06-18 09:24:34 -08:00
committed by Justin M. Keyes
parent 66a39fce6c
commit 09cd4d0a43
4 changed files with 12 additions and 12 deletions

View File

@@ -7,8 +7,8 @@
#include "nvim/iconv.h"
#include "nvim/func_attr.h"
#include "nvim/os/os_defs.h" // For WCHAR, indirect
#include "nvim/types.h" // for char_u
#include "nvim/os/os_defs.h" // For indirect
#include "nvim/types.h" // for char_u
/*
* Return byte length of character that starts with byte "b".