summaryrefslogtreecommitdiff
path: root/gutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gutils.c')
-rw-r--r--gutils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gutils.c b/gutils.c
index bc4c452fd..cc6594937 100644
--- a/gutils.c
+++ b/gutils.c
@@ -537,6 +537,8 @@ g_int_hash (gconstpointer v)
return *(const gint*) v;
}
+#if 0 /* Old IO Channels */
+
GIOChannel*
g_iochannel_new (gint fd)
{
@@ -596,6 +598,7 @@ g_iochannel_wakeup_peer (GIOChannel *channel)
#endif /* NATIVE_WIN32 */
}
+#endif /* Old IO Channels */
#ifdef NATIVE_WIN32
#ifdef _MSC_VER