diff --git a/llvm/lib/Support/Windows/Process.inc b/llvm/lib/Support/Windows/Process.inc index 43ba028a8983..e29eb6dff6d7 100644 --- a/llvm/lib/Support/Windows/Process.inc +++ b/llvm/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); }