mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Patch for MINGW. Patch provided by Henrik Bach.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16495 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ad9590e12c
commit
f6cbc0fd64
@ -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")
|
||||
|
@ -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