mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
build/msvc: Make shell-test fix only apply to MSCV
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#ifdef WIN32
|
||||
#ifdef _MSC_VER
|
||||
#include <Windows.h>
|
||||
#define usleep(usecs) Sleep(usecs/1000)
|
||||
#else
|
||||
|
Reference in New Issue
Block a user