From: sof Date: Thu, 10 Jan 2002 10:29:09 +0000 (+0000) Subject: [project @ 2002-01-10 10:29:09 by sof] X-Git-Tag: Approximately_9120_patches~292 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7f9d117ef334d9c50a41f1af2d89db95f3bc0e5a;p=ghc-hetmet.git [project @ 2002-01-10 10:29:09 by sof] 'std' now also needs user32 (under win32) --- diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index 0856ab5..9e347cc 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -162,7 +162,7 @@ package_details installing , extra_libraries = [ "HSstd_cbits" ] ++ # ifdef mingw32_TARGET_OS - [ "wsock32", "msvcrt", "kernel32" ] + [ "wsock32", "msvcrt", "kernel32", "user32" ] # else [ ] # endif