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:
b-r-o-c-k
2018-02-28 19:14:27 -06:00
parent f04b53aa24
commit 2c414fbbb1

View File

@@ -41,6 +41,7 @@
#include <string.h>
#include "nvim/memory.h"
#include "nvim/os/os_defs.h"
#define kv_roundup32(x) \
((--(x)), \