Make Win32's header file name lower for cross build on case-sensitive filesystem.
[oota-llvm.git] / utils / unittest / UnitTestMain / TestMain.cpp
index 4469c03f501f04e23a7c524b46457d56a6af9e5a..b35bae5abfb1325a89c699b033ac67050248f0ff 100644 (file)
@@ -13,7 +13,7 @@
 
 
 #if defined(LLVM_ON_WIN32)
-# include <Windows.h>
+# include <windows.h>
 # if defined(_MSC_VER)
 #   include <crtdbg.h>
 # endif