diff options
author | Tor Lillqvist <tml@novell.com> | 2008-08-21 11:47:04 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-08-21 11:47:04 +0000 |
commit | 54d62aa368be2ab136cc8521fff281f9ec7c8201 (patch) | |
tree | 1c3fddb667adedbbc2adc82ca31767b53cdf8d81 /ChangeLog | |
parent | 5becc45bf4294efb2b11cfca82eb2fe82dcb7895 (diff) |
Don't bother compiling the binary compatibility
2008-08-21 Tor Lillqvist <tml@novell.com>
* glib/giowin32.c: Don't bother compiling the binary
compatibility g_io_channel_win32_new_stream_socket()
function that has not been mentioned in any header since 2.0 on
Win64.
* glib/glib.symbols: Mark it, too, private, and don't export it on
Win64.
svn path=/trunk/; revision=7384
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ 2008-08-21 Tor Lillqvist <tml@novell.com> * glib/giowin32.c: Minor comment improvements. Improve run-time - warning messages. Drop some #if 0 code. + warning messages. Drop some #if 0 code. Don't bother compiling the + binary compatibility g_io_channel_win32_new_stream_socket() + function that has not been mentioned in any header since 2.0 on + Win64. + + * glib/glib.symbols: Mark it, too, private, and don't export it on + Win64. 2008-08-21 Tor Lillqvist <tml@novell.com> |