[llvm] r239804 - llvm/unittests/Support/Path.cpp: Use <windows.h> instead of <Windows.h>.
NAKAMURA Takumi
geek4civic at gmail.com
Mon Jun 15 23:46:16 PDT 2015
Author: chapuni
Date: Tue Jun 16 01:46:16 2015
New Revision: 239804
URL: http://llvm.org/viewvc/llvm-project?rev=239804&view=rev
Log:
llvm/unittests/Support/Path.cpp: Use <windows.h> instead of <Windows.h>.
Modified:
llvm/trunk/unittests/Support/Path.cpp
Modified: llvm/trunk/unittests/Support/Path.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Support/Path.cpp?rev=239804&r1=239803&r2=239804&view=diff
==============================================================================
--- llvm/trunk/unittests/Support/Path.cpp (original)
+++ llvm/trunk/unittests/Support/Path.cpp Tue Jun 16 01:46:16 2015
@@ -16,7 +16,7 @@
#include "gtest/gtest.h"
#ifdef LLVM_ON_WIN32
-#include <Windows.h>
+#include <windows.h>
#include <winerror.h>
#endif
More information about the llvm-commits
mailing list