1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.

llvm-svn: 16615
This commit is contained in:
Misha Brukman 2004-09-30 18:24:58 +00:00
parent db2a0987cc
commit 549b3533be

View File

@ -16,7 +16,7 @@
#include <stdio.h>
#include <vector>
#ifdef __MINGW_H
#ifdef __MINGW
#include <imagehlp.h>
#else
#include <dbghelp.h>