mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
build/msvc: Remove confusing comment
This commit is contained in:
parent
cfb713b5c6
commit
fb3667cd16
@ -1,8 +1,6 @@
|
|||||||
#ifndef NVIM_OS_UNIX_DEFS_H
|
#ifndef NVIM_OS_UNIX_DEFS_H
|
||||||
#define NVIM_OS_UNIX_DEFS_H
|
#define NVIM_OS_UNIX_DEFS_H
|
||||||
|
|
||||||
// Windows doesn't have the following headers,
|
|
||||||
// so we include them here to avoid numerous instances of `#ifdef WIN32'.
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user