mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16615 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dbea9731b1
commit
34ec89cd48
@ -16,7 +16,7 @@
|
||||
#include <stdio.h>
|
||||
#include <vector>
|
||||
|
||||
#ifdef __MINGW_H
|
||||
#ifdef __MINGW
|
||||
#include <imagehlp.h>
|
||||
#else
|
||||
#include <dbghelp.h>
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <stdio.h>
|
||||
#include <vector>
|
||||
|
||||
#ifdef __MINGW_H
|
||||
#ifdef __MINGW
|
||||
#include <imagehlp.h>
|
||||
#else
|
||||
#include <dbghelp.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user