mirror of
https://github.com/neovim/neovim.git
synced 2026-03-24 17:40:59 +00:00
build/msvc: Fix missing restrict keyword
MSVC has the __restrict keyword and a marco is defined for it in `win_defs.h`.
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "nvim/memory.h"
|
||||
#include "nvim/os/os_defs.h"
|
||||
|
||||
#define kv_roundup32(x) \
|
||||
((--(x)), \
|
||||
|
||||
Reference in New Issue
Block a user