From: Rafael Espindola Date: Mon, 15 Apr 2013 16:46:43 +0000 (+0000) Subject: Try to fix the mingw builds. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0851ce0d8ed32830515549e41e55cb6e3a857ccc;p=oota-llvm.git Try to fix the mingw builds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179536 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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