[Lldb-commits] [lldb] r203787 - Changed "Windows.h" to "windows.h".
Hafiz Abid Qadeer
hafiz_abid at mentor.com
Thu Mar 13 04:39:02 PDT 2014
Author: abidh
Date: Thu Mar 13 06:39:01 2014
New Revision: 203787
URL: http://llvm.org/viewvc/llvm-project?rev=203787&view=rev
Log:
Changed "Windows.h" to "windows.h".
I missed this one in my earlier commit a few days ago.
Modified:
lldb/trunk/source/Plugins/Platform/Windows/PlatformWindows.cpp
Modified: lldb/trunk/source/Plugins/Platform/Windows/PlatformWindows.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/Windows/PlatformWindows.cpp?rev=203787&r1=203786&r2=203787&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Platform/Windows/PlatformWindows.cpp (original)
+++ lldb/trunk/source/Plugins/Platform/Windows/PlatformWindows.cpp Thu Mar 13 06:39:01 2014
@@ -12,7 +12,7 @@
// C Includes
#include <stdio.h>
#if defined (_WIN32)
-#include "lldb/Host/windows/Windows.h"
+#include "lldb/Host/windows/windows.h"
#include <winsock2.h>
#endif
More information about the lldb-commits
mailing list