From 3451da4b9e740a432738def3acb077af1da52ee3 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 29 Apr 2011 12:41:27 +0100 Subject: [PATCH] Remove redundant -DDONT_WANT_WIN32_DLL_SUPPORT flag --- compiler/main/DynFlags.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index a7de4a8..732d9b4 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 -- 1.7.10.4