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:
2ee430c
)
Correct the case of a #include directory name, just in case.
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 2 Jan 2005 09:45:04 +0000
(09:45 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 2 Jan 2005 09:45:04 +0000
(09:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19254
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/System/DynamicLibrary.cpp
patch
|
blob
|
history
diff --git
a/lib/System/DynamicLibrary.cpp
b/lib/System/DynamicLibrary.cpp
index 0c3caac0f10bc2e42433de6c36469408c0a9a34d..e458d84927e1e8ba9ea76ae338310354b43c04fb 100644
(file)
--- a/
lib/System/DynamicLibrary.cpp
+++ b/
lib/System/DynamicLibrary.cpp
@@
-22,7
+22,7
@@
#ifdef LLVM_ON_WIN32
-#include "
w
in32/DynamicLibrary.cpp"
+#include "
W
in32/DynamicLibrary.cpp"
#else