[commit: Win32] encoding: Attempt to fix lurking Unicode errors in Win32 (5e3ce77)
Max Bolingbroke <batterseapower <at> hotmail.com>
2011-04-05 08:02:56 GMT
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Win32
On branch : encoding
http://hackage.haskell.org/trac/ghc/changeset/5e3ce77d290b8094debb21dbdbc24a492cc80880
>---------------------------------------------------------------
commit 5e3ce77d290b8094debb21dbdbc24a492cc80880
Author: Max Bolingbroke <batterseapower <at> hotmail.com>
Date: Mon Apr 4 22:21:27 2011 +0100
Attempt to fix lurking Unicode errors in Win32
>---------------------------------------------------------------
Graphics/Win32/GDI/Bitmap.hsc | 4 ++--
System/Win32/DLL.hsc | 2 +-
System/Win32/NLS.hsc | 2 +-
System/Win32/SimpleMAPI.hsc | 32 +++++++++++++++++---------------
cbits/dumpBMP.c | 7 +++----
5 files changed, 24 insertions(+), 23 deletions(-)
diff --git a/Graphics/Win32/GDI/Bitmap.hsc b/Graphics/Win32/GDI/Bitmap.hsc
index 2d9bb59..6b07fc0 100644
--- a/Graphics/Win32/GDI/Bitmap.hsc
+++ b/Graphics/Win32/GDI/Bitmap.hsc
<at> <at> -376,10 +376,10 <at> <at> sizeofLPBITMAPFILEHEADER = #{size BITMAPFILEHEADER}
createBMPFile :: String -> HBITMAP -> HDC -> IO ()
(Continue reading)