mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-09 10:55:03 +00:00
KillTheDoctor.cpp: Appease cases on case-senstitive host, like mingw on linux.
llvm-svn: 290402
This commit is contained in:
parent
3166854827
commit
f931d66e0d
@ -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…
x
Reference in New Issue
Block a user