From bb3c4fab45689162ac319bb2eeeb2bafa035ae31 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 20 Jul 2012 19:49:33 +0000 Subject: [PATCH] Try to unbreak the windows build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160567 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Windows/Process.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }