mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01: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…
Reference in New Issue
Block a user