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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user