From: Benjamin Kramer Date: Fri, 20 Jul 2012 19:49:33 +0000 (+0000) Subject: Try to unbreak the windows build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bb3c4fab45689162ac319bb2eeeb2bafa035ae31;p=oota-llvm.git Try to unbreak the windows build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160567 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Windows/Process.inc b/lib/Support/Windows/Process.inc index 43ba028a898..e29eb6dff6d 100644 --- a/lib/Support/Windows/Process.inc +++ b/lib/Support/Windows/Process.inc @@ -154,7 +154,7 @@ unsigned Process::StandardErrColumns() { } // The terminal always has colors. -bool FileDescriptorHasColors(int fd) { +bool Process::FileDescriptorHasColors(int fd) { return FileDescriptorIsDisplayed(fd); }