diff --git a/gio/tests/socket-common.c b/gio/tests/socket-common.c index 160195ab8..e59fa9cd4 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)