diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-08-25 19:27:24 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-08-25 19:27:24 +0000 |
commit | f449238d708333beedb5564e7bee7de99afcd321 (patch) | |
tree | d73dc803c409cc7e18dc3c96970e17e55a0190aa /ChangeLog.pre-2-10 | |
parent | 992ea8e1d7a4673831b146e803578dda3a36d44c (diff) | |
download | gtk+-f449238d708333beedb5564e7bee7de99afcd321.tar.gz |
Compile gtk_init_abi_check and gtk_init_check_abi_check when on
2002-08-25 Tor Lillqvist <tml@iki.fi>
* gtk/gtkmain.c: Compile gtk_init_abi_check and
gtk_init_check_abi_check when on G_PLATFORM_WIN32, not just on
G_OS_WIN32, to match gtkmain.h (#91649, Masahiro Sakai).
(check_sizeof_GtkWIndow, check_sizeof_GtkBox): Mention the
-mms-bitfields swicth in addition to -fnative-struct.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 39ab536906..685cb3e367 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,11 @@ +2002-08-25 Tor Lillqvist <tml@iki.fi> + + * gtk/gtkmain.c: Compile gtk_init_abi_check and + gtk_init_check_abi_check when on G_PLATFORM_WIN32, not just on + G_OS_WIN32, to match gtkmain.h (#91649, Masahiro Sakai). + (check_sizeof_GtkWIndow, check_sizeof_GtkBox): Mention the + -mms-bitfields swicth in addition to -fnative-struct. + Sun Aug 25 11:58:27 BST 2002 Tony Gale <gale@gtk.org> * docs/tutorial/package-db-tutorial.sh: |