remove deprecated 'withObject'
[haskell-directory.git] / package.conf.in
index 700d9a8..447345a 100644 (file)
@@ -1,5 +1,3 @@
-#include "ghcconfig.h"
-
 name:          PACKAGE
 version:       VERSION
 license:       BSD3
@@ -183,7 +181,7 @@ library-dirs:       LIB_DIR
 hs-libraries:   "HSbase"
 
 extra-libraries:  "HSbase_cbits"
-#if defined(mingw32_HOST_OS) || defined(__MINGW32__) || defined(_MSC_VER)
+#if defined(_MSC_VER) || defined(__MINGW32__) || defined(_WIN32)
             , "wsock32", "msvcrt", "kernel32", "user32", "shell32"
 #endif