mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 07:41:27 +00:00
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:
committed by
Justin M. Keyes
parent
66a39fce6c
commit
09cd4d0a43
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user