diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-08-25 20:28:47 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-08-25 20:28:47 +0000 |
commit | 7049e0cb59270dfd6885724805f056f0d133f72a (patch) | |
tree | 9868cba6fb46b5fb64cdeec78bbd68d70d4b40b4 /ChangeLog.pre-2-4 | |
parent | f449238d708333beedb5564e7bee7de99afcd321 (diff) | |
download | gtk+-7049e0cb59270dfd6885724805f056f0d133f72a.tar.gz |
Don't include <winsock.h> on Cygwin (#91654, Masahiro Sakai).
2002-08-25 Tor Lillqvist <tml@iki.fi>
* gtk/gtkfilesel.c: Don't include <winsock.h> on Cygwin (#91654,
Masahiro Sakai).
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 685cb3e367..ed9434e228 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,9 +1,12 @@ 2002-08-25 Tor Lillqvist <tml@iki.fi> + * gtk/gtkfilesel.c: Don't include <winsock.h> on Cygwin (#91654, + Masahiro Sakai). + * 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 + (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> |