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/DynamicLibrary.inc b/lib/System/Win32/DynamicLibrary.inc index af28f75..2209e59 100644 --- a/lib/System/Win32/DynamicLibrary.inc +++ b/lib/System/Win32/DynamicLibrary.inc
@@ -13,7 +13,7 @@ #include "Win32.h" -#ifdef __MINGW +#ifdef __MINGW32__ #include <imagehlp.h> #else #include <dbghelp.h>