packages feed

com 1.2.3 → 1.2.3.1

raw patch · 2 files changed

+4/−2 lines, 2 filesnew-uploader

Files

com.cabal view
@@ -1,5 +1,5 @@ Name: com
-version: 1.2.3
+version: 1.2.3.1
 Synopsis: Haskell COM support library
 Description: 
    Supporting for writing COM\/Automation clients in Haskell, and for
@@ -76,7 +76,7 @@  GHC-Options: -fglasgow-exts -fvia-C 
 -- I can't seem to feed this into the 'ld' invocation that creates the
 -- relocatable object file.
- Ld-options: --enable-stdcall-fixup --disable-stdcall-fixup
+-- Ld-options: --enable-stdcall-fixup --disable-stdcall-fixup
  Extensions: CPP
 
  Build-depends: old-time
include/WideStringSrc.h view
@@ -3,6 +3,8 @@ #define __WIDESTRING_H__
 
 #ifndef WCHAR
+/* I don't know why require this header now. */
+#include <wchar.h>
 #define WCHAR wchar_t
 #endif