1
0
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:
Reid Spencer 2004-09-23 14:47:10 +00:00
parent 0e05a38c6a
commit 6210b04509

View File

@ -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")