[glib] gio/tests/socket-common.c: add a missing #ifdef G_OS_UNIX



commit cc4c1e89f439244fd0af0afd45ca40015cea4634
Author: Dan Winship <danw gnome org>
Date:   Fri Feb 3 12:08:40 2012 -0500

    gio/tests/socket-common.c: add a missing #ifdef G_OS_UNIX

 gio/tests/socket-common.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gio/tests/socket-common.c b/gio/tests/socket-common.c
index 160195a..e59fa9c 100644
--- a/gio/tests/socket-common.c
+++ b/gio/tests/socket-common.c
@@ -1,5 +1,6 @@
 /* #included into both socket-client.c and socket-server.c */
 
+#ifdef G_OS_UNIX
 static const char *unix_socket_address_types[] = {
   "invalid",
   "anonymous",
@@ -7,6 +8,7 @@ static const char *unix_socket_address_types[] = {
   "abstract",
   "padded"
 };
+#endif
 
 static char *
 socket_address_to_string (GSocketAddress *address)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]