diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-02-24 02:09:16 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-02-24 02:09:16 +0000 |
commit | d21ebc724ce2d98a5bde58a80dbc26fc5743837d (patch) | |
tree | 3c6984be8964b58098a3966ecb91e8e11162ec64 /ChangeLog.pre-2-10 | |
parent | 6a802b24b3308daac4533c5bb19dc8660c4b3ab8 (diff) | |
download | gtk+-d21ebc724ce2d98a5bde58a80dbc26fc5743837d.tar.gz |
Move inclusion of <windows.h> before inclusion of <winsock.h>, to actually
2002-02-24 Tor Lillqvist <tml@iki.fi>
* gtk/gtkfilesel.c: Move inclusion of <windows.h> before inclusion
of <winsock.h>, to actually get STRICT prototypes for Win32
API. Include glib.h early to get G_OS_WIN32 and G_WITH_CYGWIN.
Don't declare static functions that aren't defined if !HAVE_PWD_H
or if G_OS_WIN32.
(win32_gtk_add_drives_to_dir_list): Remove #if 0 code, reindent.
(gtk_file_selection_get_selections): Don't crash if nothing has
been selected.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index aba8ba2e35..ded1b1d65e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,14 @@ +2002-02-24 Tor Lillqvist <tml@iki.fi> + + * gtk/gtkfilesel.c: Move inclusion of <windows.h> before inclusion + of <winsock.h>, to actually get STRICT prototypes for Win32 + API. Include glib.h early to get G_OS_WIN32 and G_WITH_CYGWIN. + Don't declare static functions that aren't defined if !HAVE_PWD_H + or if G_OS_WIN32. + (win32_gtk_add_drives_to_dir_list): Remove #if 0 code, reindent. + (gtk_file_selection_get_selections): Don't crash if nothing has + been selected. + Sat Feb 23 20:33:29 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkplug.[ch] gtk/gtksocket.[ch] gtk/xembed.h: Implement |