Try to unbreak the windows build.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 20 Jul 2012 19:49:33 +0000 (19:49 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 20 Jul 2012 19:49:33 +0000 (19:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160567 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Windows/Process.inc

index 43ba028a8983355033c6de52912b533aa760b8a3..e29eb6dff6d7d72782debc37712333c7f41e7b24 100644 (file)
@@ -154,7 +154,7 @@ unsigned Process::StandardErrColumns() {
 }
 
 // The terminal always has colors.
-bool FileDescriptorHasColors(int fd) {
+bool Process::FileDescriptorHasColors(int fd) {
   return FileDescriptorIsDisplayed(fd);
 }