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:
ca6a18f
)
Minor fix due to recent API changes
author
Anton Korobeynikov
<asl@math.spbu.ru>
Tue, 1 Aug 2006 08:07:22 +0000
(08:07 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Tue, 1 Aug 2006 08:07:22 +0000
(08:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29428
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/System/Win32/Path.inc
patch
|
blob
|
history
diff --git
a/lib/System/Win32/Path.inc
b/lib/System/Win32/Path.inc
index 7c14ea7df47a3a71792f9c644b28169f0242baaf..7b74746900e1666cdac6c12404b0a487f031d7d9 100644
(file)
--- a/
lib/System/Win32/Path.inc
+++ b/
lib/System/Win32/Path.inc
@@
-334,7
+334,7
@@
Path::getLast() const {
}
bool
-Path::get
StatusInfo
(FileStatus &info, std::string *ErrStr) const {
+Path::get
FileStatus
(FileStatus &info, std::string *ErrStr) const {
WIN32_FILE_ATTRIBUTE_DATA fi;
if (!GetFileAttributesEx(path.c_str(), GetFileExInfoStandard, &fi))
return GetError("getStatusInfo():" + std::string(path) +