diff options
author | Manish Singh <yosh@gimp.org> | 2002-09-29 20:11:53 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2002-09-29 20:11:53 +0000 |
commit | 9ab61d69389feb4732dafddc6dd6cc7887073756 (patch) | |
tree | 39568e13242884716c9de4f24caa323f503bda65 /ChangeLog.pre-2-10 | |
parent | b445615baae3ddfd0a0fc7c69c475b736feece1b (diff) | |
download | gdk-pixbuf-9ab61d69389feb4732dafddc6dd6cc7887073756.tar.gz |
use #defines instead of enum for GtkFundamentalType compat, to prevent
Sun Sep 29 13:11:13 2002 Manish Singh <yosh@gimp.org>
* gtk/gtktypeutils.h: use #defines instead of enum for
GtkFundamentalType compat, to prevent 64-bit vs. 32-bit
confusion (#90400)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index a22fa3cf9..22d1a211f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Sun Sep 29 13:11:13 2002 Manish Singh <yosh@gimp.org> + + * gtk/gtktypeutils.h: use #defines instead of enum for + GtkFundamentalType compat, to prevent 64-bit vs. 32-bit + confusion (#90400) + 2002-09-29 Tor Lillqvist <tml@iki.fi> * configure.in: Instead of forcing -fnative-struct into CFLAGS |