commit | 14abc25f76cedc69448c4cf2c649d5796e37b1bc | [log] [tgz] |
---|---|---|
author | Misha Brukman <brukman+llvm@gmail.com> | Thu Sep 30 18:28:07 2004 +0000 |
committer | Misha Brukman <brukman+llvm@gmail.com> | Thu Sep 30 18:28:07 2004 +0000 |
tree | 7734c7e5882205412d23a5b224012fc8c3748858 | |
parent | 231684adb484e439bf0615bc6c3d46423af51c73 [diff] [blame] |
That should actually be __MING, not __MINGW. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16617 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/Win32/Signals.inc b/lib/System/Win32/Signals.inc index 5c6e008..c1658f9 100644 --- a/lib/System/Win32/Signals.inc +++ b/lib/System/Win32/Signals.inc
@@ -16,7 +16,7 @@ #include <stdio.h> #include <vector> -#ifdef __MINGW +#ifdef __MING #include <imagehlp.h> #else #include <dbghelp.h>