commit | 23a1cf3e085325783ef2e4078308f913cba5012e | [log] [tgz] |
---|---|---|
author | Jeff Cohen <jeffc@jolt-lang.org> | Sat Feb 19 03:01:13 2005 +0000 |
committer | Jeff Cohen <jeffc@jolt-lang.org> | Sat Feb 19 03:01:13 2005 +0000 |
tree | 9764496c37ae8dde12c7ad908de7b309632d1e69 | |
parent | a977c486baafe054ed341f13513dcb78d77fe797 [diff] [blame] |
Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20243 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/Win32/Signals.inc b/lib/System/Win32/Signals.inc index afe6c8d..55e2d2d 100644 --- a/lib/System/Win32/Signals.inc +++ b/lib/System/Win32/Signals.inc
@@ -15,7 +15,7 @@ #include <stdio.h> #include <vector> -#ifdef __MINGW +#ifdef __MINGW32__ #include <imagehlp.h> #else #include <dbghelp.h>