Skip to content

Commit

Permalink
Fix Windows build (broken by dc58d34)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsenag committed May 17, 2014
1 parent 41820a3 commit 673e0f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Network/HTTP/Proxy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ module Network.HTTP.Proxy
, parseProxy -- :: String -> Maybe Proxy
) where

{-
#if !defined(WIN32) && defined(mingw32_HOST_OS)
#define WIN32 1
#endif
-}

import Control.Monad ( when, mplus, join, liftM2)

#if defined(WIN32)
Expand Down

0 comments on commit 673e0f5

Please sign in to comment.