commit | b94f05221c23d1385fd128e240fce1f59682a92d | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Tue Jun 16 06:46:16 2015 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Tue Jun 16 06:46:16 2015 +0000 |
tree | 71c7b1e98a12aef0e393f0c56939a00c4801e0a8 | |
parent | 055ebc348d81bb52d4eb549927457b6a16838a0d [diff] |
llvm/unittests/Support/Path.cpp: Use <windows.h> instead of <Windows.h>. llvm-svn: 239804
diff --git a/llvm/unittests/Support/Path.cpp b/llvm/unittests/Support/Path.cpp index 262d272..210b3a0 100644 --- a/llvm/unittests/Support/Path.cpp +++ b/llvm/unittests/Support/Path.cpp
@@ -16,7 +16,7 @@ #include "gtest/gtest.h" #ifdef LLVM_ON_WIN32 -#include <Windows.h> +#include <windows.h> #include <winerror.h> #endif