[commit: Win32] master: Fix build on Windows (2b3c43c)
Ian Lynagh
igloo at earth.li
Sun Oct 23 21:13:50 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Win32
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2b3c43c6fa3ffe85baa6413ce80fc6ce5cc17acf
>---------------------------------------------------------------
commit 2b3c43c6fa3ffe85baa6413ce80fc6ce5cc17acf
Author: Ian Lynagh <igloo at earth.li>
Date: Sun Oct 23 19:08:40 2011 +0100
Fix build on Windows
>---------------------------------------------------------------
System/Win32/Time.hsc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Win32/Time.hsc b/System/Win32/Time.hsc
index ae36ba4..a4c1950 100644
--- a/System/Win32/Time.hsc
+++ b/System/Win32/Time.hsc
@@ -26,7 +26,7 @@ import Foreign ( Storable(sizeOf, alignment, peekByteOff, peek,
pokeByteOff, poke)
, Ptr, nullPtr, castPtr, plusPtr, advancePtr
, with, alloca, allocaBytes, copyArray )
-import Foreign.C ( CInt, CWchar
+import Foreign.C ( CInt(..), CWchar(..)
, peekCWString, withCWStringLen, withCWString )
#include "windows.h"
More information about the Cvs-libraries
mailing list