Replace another _MSC_VER by LLVM_ON_WIN32
This commit is contained in:
parent
74b12a0cfe
commit
9bf850678c
@ -19,7 +19,7 @@
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
#ifndef _MSC_VER
|
||||
#ifndef LLVM_ON_WIN32
|
||||
# include <unistd.h>
|
||||
#else
|
||||
# include <io.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user