summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-29 12:41:27 +0100
committerIan Lynagh <igloo@earth.li>2011-04-29 12:41:27 +0100
commit3451da4b9e740a432738def3acb077af1da52ee3 (patch)
tree0677ff7855226ed5e055e001b1f584a7b8a59314
parenteaaa968d3b9ba998c69502743be46d5029300da8 (diff)
downloadhaskell-3451da4b9e740a432738def3acb077af1da52ee3.tar.gz
Remove redundant -DDONT_WANT_WIN32_DLL_SUPPORT flag
-rw-r--r--compiler/main/DynFlags.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index a7de4a89ae..732d9b4616 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -2220,9 +2220,6 @@ machdepCCOpts'
-- (very nice, but too bad the HP /usr/include files don't agree.)
= ["-D_HPUX_SOURCE"]
-#elif i386_TARGET_ARCH
- = if opt_Static then ["-DDONT_WANT_WIN32_DLL_SUPPORT"] else []
-
#else
= []
#endif