commit | 8af3ed03546bd2bfc23084b164ee28f28b39d683 | [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 | bac9cefdf230d5d941e5ba461d03d9d04173f7be | |
parent | 7d5ec231caf000bb4ab972844a5a4ae4c26f0d5d [diff] [blame] |
Use __MINGW instead of __MING. Patch contributed by Henrik Bach. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16970 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/Win32/Signals.cpp b/lib/System/Win32/Signals.cpp index c1658f9..5c6e008 100644 --- a/lib/System/Win32/Signals.cpp +++ b/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>