commit | 5a3ff5b5a09d8445e5f3f51d198b8b7c3668473e | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Fri Feb 04 12:53:04 2011 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Fri Feb 04 12:53:04 2011 +0000 |
tree | 594ce1329ed7bb7b674e2cf23b15472020046af7 | |
parent | 4d5c297607e6db63b6f586ddd04477659adb6590 [diff] [blame] |
Make Win32's header file name lower for cross build on case-sensitive filesystem. llvm-svn: 124864
diff --git a/llvm/utils/unittest/UnitTestMain/TestMain.cpp b/llvm/utils/unittest/UnitTestMain/TestMain.cpp index 4469c03..b35bae5 100644 --- a/llvm/utils/unittest/UnitTestMain/TestMain.cpp +++ b/llvm/utils/unittest/UnitTestMain/TestMain.cpp
@@ -13,7 +13,7 @@ #if defined(LLVM_ON_WIN32) -# include <Windows.h> +# include <windows.h> # if defined(_MSC_VER) # include <crtdbg.h> # endif