Update of /cvsroot/gtk2hs/gtk2hs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28525
Modified Files:
ChangeLog
Log Message:
gtk/Graphics/UI/Gtk.hs: no need to #include <config.h> anymore since
the only thing it needed was WIN32 and we now use -DWIN32 instead.
gtk/Graphics/UI/Gtk/General/General.chs: add the pragma
{-# NOINLINE initGUI #-} and an explanaition of why this is necessary.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -d -r1.346 -r1.347
--- ChangeLog 11 Feb 2005 18:03:11 -0000 1.346
+++ ChangeLog 11 Feb 2005 18:26:25 -0000 1.347
@@ -21,6 +21,12 @@
* tools/apiGen/Template.chs: describe our modules as "portable" and
include rcs tags in generated modules.
+ * gtk/Graphics/UI/Gtk.hs: no need to #include <config.h> anymore since
+ the only thing it needed was WIN32 and we now use -DWIN32 instead.
+
+ * gtk/Graphics/UI/Gtk/General/General.chs: add the pragma
+ {-# NOINLINE initGUI #-} and an explanaition of why this is necessary.
+
2005-02-10 Duncan Coutts <du...@co...>
* tools/apiGen/CodeGen.hs: make use of the information from scanning
|