summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-08-21 11:47:04 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-08-21 11:47:04 +0000
commit54d62aa368be2ab136cc8521fff281f9ec7c8201 (patch)
tree1c3fddb667adedbbc2adc82ca31767b53cdf8d81 /ChangeLog
parent5becc45bf4294efb2b11cfca82eb2fe82dcb7895 (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--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 42927d88a..6aed61c8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>