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

Use __MINGW instead of __MING. Patch contributed by Henrik Bach.

llvm-svn: 16970
This commit is contained in:
Reid Spencer 2004-10-14 03:09:02 +00:00
parent 86b05297be
commit d3c912a7b0

View File

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