forked from OSchip/llvm-project
Use __MINGW instead of __MING. Patch contributed by Henrik Bach.
llvm-svn: 16970
This commit is contained in:
parent
2f5fd88036
commit
37d4d6b2a2
|
@ -16,7 +16,7 @@
|
|||
#include <stdio.h>
|
||||
#include <vector>
|
||||
|
||||
#ifdef __MING
|
||||
#ifdef __MINGW
|
||||
#include <imagehlp.h>
|
||||
#else
|
||||
#include <dbghelp.h>
|
||||
|
|
Loading…
Reference in New Issue