Replace another _MSC_VER by LLVM_ON_WIN32

This commit is contained in:
Bertrand Bellenot 2016-02-23 12:37:22 +01:00 committed by sftnight
parent 74b12a0cfe
commit 9bf850678c

View File

@ -19,7 +19,7 @@
#include <map>
#include <string>
#include <cstring>
#ifndef _MSC_VER
#ifndef LLVM_ON_WIN32
# include <unistd.h>
#else
# include <io.h>