Use __MINGW instead of __MING. Patch contributed by Henrik Bach.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 14 Oct 2004 03:09:02 +0000 (03:09 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 14 Oct 2004 03:09:02 +0000 (03:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16970 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Win32/Signals.cpp
lib/System/Win32/Signals.inc

index c1658f95c5300c5bd0dd780b73796ede6147efb5..5c6e0087f4eadc4aeee19a271531e15d9916f167 100644 (file)
@@ -16,7 +16,7 @@
 #include <stdio.h>
 #include <vector>
 
-#ifdef __MING
+#ifdef __MINGW
 #include <imagehlp.h>
 #else
 #include <dbghelp.h>
index c1658f95c5300c5bd0dd780b73796ede6147efb5..5c6e0087f4eadc4aeee19a271531e15d9916f167 100644 (file)
@@ -16,7 +16,7 @@
 #include <stdio.h>
 #include <vector>
 
-#ifdef __MING
+#ifdef __MINGW
 #include <imagehlp.h>
 #else
 #include <dbghelp.h>