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:
05e61f7
)
llvm/unittests/Support/Path.cpp: Use <windows.h> instead of <Windows.h>.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 16 Jun 2015 06:46:16 +0000
(06:46 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 16 Jun 2015 06:46:16 +0000
(06:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239804
91177308
-0d34-0410-b5e6-
96231b3b80d8
unittests/Support/Path.cpp
patch
|
blob
|
history
diff --git
a/unittests/Support/Path.cpp
b/unittests/Support/Path.cpp
index 262d27260ce43e9b4f6543149ce4b20e024b6aa0..210b3a04cb2148915f83008a9e0f0745990ea5b7 100644
(file)
--- a/
unittests/Support/Path.cpp
+++ b/
unittests/Support/Path.cpp
@@
-16,7
+16,7
@@
#include "gtest/gtest.h"
#ifdef LLVM_ON_WIN32
-#include <
W
indows.h>
+#include <
w
indows.h>
#include <winerror.h>
#endif