1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Try to unbreak the windows build.

llvm-svn: 160567
This commit is contained in:
Benjamin Kramer 2012-07-20 19:49:33 +00:00
parent 2e8b52dffd
commit febc556c2e

View 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);
}