build/msvc: Make shell-test fix only apply to MSCV

This commit is contained in:
b-r-o-c-k
2018-03-06 20:38:10 -06:00
parent e0d55f2871
commit c29a82c45f

View File

@@ -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