Windows: Include "windows" Instead of "Windows"

The actual include directory is lldb/Host/windows not
lldb/Host/Windows which breaks on case sensitive file systems

Patch by Gwen Mittertreiner!

llvm-svn: 369307
This commit is contained in:
Saleem Abdulrasool
2019-08-19 22:45:01 +00:00
parent 5b3275e56f
commit 2e8b57558d
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
#include "NativeProcessWindows.h"
#include "lldb/Host/HostThread.h"
#include "lldb/Host/Windows/HostThreadWindows.h"
#include "lldb/Host/windows/HostThreadWindows.h"
#include "lldb/Host/windows/windows.h"
#include "lldb/Target/Process.h"
#include "lldb/Utility/Log.h"