mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-05 19:10:19 +00:00
Patch for MINGW. Patch provided by Henrik Bach.
llvm-svn: 16495
This commit is contained in:
parent
0e05a38c6a
commit
6210b04509
@ -15,8 +15,12 @@
|
||||
#include <llvm/System/Signals.h>
|
||||
#include <vector>
|
||||
|
||||
#include "dbghelp.h"
|
||||
#include "psapi.h"
|
||||
#ifdef __MINGW_H
|
||||
#include <imagehlp.h>
|
||||
#else
|
||||
#include <dbghelp.h>
|
||||
#endif
|
||||
#include <psapi.h>
|
||||
|
||||
#pragma comment(lib, "psapi.lib")
|
||||
#pragma comment(lib, "dbghelp.lib")
|
||||
|
Loading…
x
Reference in New Issue
Block a user