diff options
author | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2014-03-13 11:39:01 +0000 |
---|---|---|
committer | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2014-03-13 11:39:01 +0000 |
commit | b4bc64962aaec72b6d11ff99a39e0226b8da49ff (patch) | |
tree | 27a71335c6193effbded2a29b6bfdfd563f2efc1 /lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp | |
parent | fe7e28c41f28ee940fc4141172860fb5faa1b7e7 (diff) | |
download | bcm5719-llvm-b4bc64962aaec72b6d11ff99a39e0226b8da49ff.tar.gz bcm5719-llvm-b4bc64962aaec72b6d11ff99a39e0226b8da49ff.zip |
Changed "Windows.h" to "windows.h".
I missed this one in my earlier commit a few days ago.
llvm-svn: 203787
Diffstat (limited to 'lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp')
-rw-r--r-- | lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp b/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp index e93bf464820..97467437a3f 100644 --- a/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp +++ b/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp @@ -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 |