From: Alexander Larsson Date: Wed, 20 May 2009 13:58:28 +0000 (+0200) Subject: Don't add unix specific APIs on win32 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c897cca601fdf9a91f214a33af33a812680b983e;p=dana%2Fcg-glib.git Don't add unix specific APIs on win32 --- diff --git a/gio/gio.symbols b/gio/gio.symbols index dcdcb7f2..1d9a6a2b 100644 --- a/gio/gio.symbols +++ b/gio/gio.symbols @@ -1196,17 +1196,21 @@ g_tcp_connection_get_graceful_disconnect #if IN_HEADER(__G_UNIX_CONNECTION_H__) #if IN_FILE(__G_UNIX_CONNECTION_C__) +#ifndef G_OS_WIN32 g_unix_connection_get_type G_GNUC_CONST g_unix_connection_receive_fd g_unix_connection_send_fd #endif #endif +#endif #if IN_HEADER(__G_UNIX_FD_MESSAGE_H__) #if IN_FILE(__G_UNIX_FD_MESSAGE_C__) +#ifndef G_OS_WIN32 g_unix_fd_message_get_type G_GNUC_CONST g_unix_fd_message_append_fd g_unix_fd_message_new g_unix_fd_message_steal_fds #endif #endif +#endif