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 2f5fd88036
commit 37d4d6b2a2
1 changed files with 1 additions and 1 deletions

View File

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