mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
KillTheDoctor.cpp: Appease cases on case-senstitive host, like mingw on linux.
llvm-svn: 290402
This commit is contained in:
parent
eced142a49
commit
8a820815af
@ -52,9 +52,9 @@
|
||||
#include <system_error>
|
||||
|
||||
// These includes must be last.
|
||||
#include <Windows.h>
|
||||
#include <WinError.h>
|
||||
#include <Dbghelp.h>
|
||||
#include <windows.h>
|
||||
#include <winerror.h>
|
||||
#include <dbghelp.h>
|
||||
#include <psapi.h>
|
||||
|
||||
using namespace llvm;
|
||||
|
Loading…
Reference in New Issue
Block a user