commit | 37d4d6b2a2f6a0cbdb76cceafeffdbdb00fd0011 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Thu Oct 14 03:09:02 2004 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Thu Oct 14 03:09:02 2004 +0000 |
tree | ee19b7413a0f6052263ff783489579f0187c07af | |
parent | 2f5fd880364ec36aed0ae7e2f3120eb1d4480292 [diff] [blame] |
Use __MINGW instead of __MING. Patch contributed by Henrik Bach. llvm-svn: 16970
diff --git a/llvm/lib/System/Win32/Signals.cpp b/llvm/lib/System/Win32/Signals.cpp index c1658f9..5c6e008 100644 --- a/llvm/lib/System/Win32/Signals.cpp +++ b/llvm/lib/System/Win32/Signals.cpp
@@ -16,7 +16,7 @@ #include <stdio.h> #include <vector> -#ifdef __MING +#ifdef __MINGW #include <imagehlp.h> #else #include <dbghelp.h>