From: Duncan C. <dun...@us...> - 2005-02-15 19:04:01
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20635 Modified Files: ChangeLog Log Message: Deal with the win32 _utf8 issue. Generate code for {# call #}'s using the appropriate #if's. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.355 retrieving revision 1.356 diff -u -d -r1.355 -r1.356 --- ChangeLog 15 Feb 2005 17:54:55 -0000 1.355 +++ ChangeLog 15 Feb 2005 19:03:13 -0000 1.356 @@ -3,6 +3,10 @@ * gtk/Graphics/UI/Gtk/Display/Image.chs.pp: fix an #if test so that it works correctly and is consistent with the other similar ones. + * tools/apiGen/CodeGen.hs, tools/apiGen/Marshal.hs: deal with the + _utf8 issue on win32. Generate code for {# call #}'s using the + appropriate #if's. + 2005-02-14 Duncan Coutts <du...@co...> * tools/apiGen/glib-sources.xml: add extra sources spec. |