llvm/unittests/Support/Path.cpp: Use <windows.h> instead of <Windows.h>.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 16 Jun 2015 06:46:16 +0000 (06:46 +0000)
committerNAKAMURA 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

index 262d27260ce43e9b4f6543149ce4b20e024b6aa0..210b3a04cb2148915f83008a9e0f0745990ea5b7 100644 (file)
@@ -16,7 +16,7 @@
 #include "gtest/gtest.h"
 
 #ifdef LLVM_ON_WIN32
 #include "gtest/gtest.h"
 
 #ifdef LLVM_ON_WIN32
-#include <Windows.h>
+#include <windows.h>
 #include <winerror.h>
 #endif
 
 #include <winerror.h>
 #endif