That should actually be __MING, not __MINGW.

llvm-svn: 16617
This commit is contained in:
Misha Brukman 2004-09-30 18:28:07 +00:00
parent 46cee7da73
commit a468200286
1 changed files with 1 additions and 1 deletions

View File

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