projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7eb583
)
Try to unbreak the windows build.
author
Benjamin Kramer
<benny.kra@googlemail.com>
Fri, 20 Jul 2012 19:49:33 +0000
(19:49 +0000)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/lib/Support/Windows/Process.inc
b/lib/Support/Windows/Process.inc
index 43ba028a8983355033c6de52912b533aa760b8a3..e29eb6dff6d7d72782debc37712333c7f41e7b24 100644
(file)
--- 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);
}