aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32/DynamicLibrary.inc
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-02-19 03:01:13 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-02-19 03:01:13 +0000
commit23a1cf3e085325783ef2e4078308f913cba5012e (patch)
tree9764496c37ae8dde12c7ad908de7b309632d1e69 /lib/System/Win32/DynamicLibrary.inc
parenta977c486baafe054ed341f13513dcb78d77fe797 (diff)
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
Diffstat (limited to 'lib/System/Win32/DynamicLibrary.inc')
-rw-r--r--lib/System/Win32/DynamicLibrary.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Win32/DynamicLibrary.inc b/lib/System/Win32/DynamicLibrary.inc
index af28f75625..2209e59209 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>