From 0851ce0d8ed32830515549e41e55cb6e3a857ccc Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 15 Apr 2013 16:46:43 +0000 Subject: [PATCH] Try to fix the mingw builds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179536 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Support/Host.h b/include/llvm/Support/Host.h index a916f8a6d2b..103a7eb0367 100644 --- a/include/llvm/Support/Host.h +++ b/include/llvm/Support/Host.h @@ -19,7 +19,7 @@ #if defined(__linux__) #include #else -#ifndef _MSC_VER +#ifndef LLVM_ON_WIN32 #include #endif #endif -- 2.34.1