forked from OSchip/llvm-project
Use _WIN32 instead of _MSC_VER
Summary: This way it works better with MinGW. Subscribers: mstorsjo, lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D67887 llvm-svn: 372493
This commit is contained in:
parent
c2ca003baf
commit
5c82608d20
|
@ -52,7 +52,7 @@
|
|||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifdef _WIN32
|
||||
#include "lldb/Host/windows/windows.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue