That should actually be __MING, not __MINGW.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 30 Sep 2004 18:28:07 +0000 (18:28 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 30 Sep 2004 18:28:07 +0000 (18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16617 91177308-0d34-0410-b5e6-96231b3b80d8

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

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