mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-26 02:48:54 +02:00
Merge branch 'win32-fd' into 'main'
gio: various unix/fd-related enablement on win32 See merge request GNOME/glib!2656
This commit is contained in:
@@ -53,9 +53,7 @@
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#ifdef G_OS_UNIX
|
||||
#include "gunixsocketaddress.h"
|
||||
#endif
|
||||
|
||||
#include "glibintl.h"
|
||||
|
||||
@@ -675,8 +673,6 @@ g_dbus_server_stop (GDBusServer *server)
|
||||
|
||||
/* ---------------------------------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef G_OS_UNIX
|
||||
|
||||
static gint
|
||||
random_ascii (void)
|
||||
{
|
||||
@@ -825,7 +821,6 @@ try_unix (GDBusServer *server,
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* ---------------------------------------------------------------------------------------------------- */
|
||||
|
||||
@@ -1144,10 +1139,8 @@ initable_init (GInitable *initable,
|
||||
if (FALSE)
|
||||
{
|
||||
}
|
||||
#ifdef G_OS_UNIX
|
||||
else if (g_strcmp0 (transport_name, "unix") == 0)
|
||||
ret = try_unix (server, address_entry, key_value_pairs, &this_error);
|
||||
#endif
|
||||
else if (g_strcmp0 (transport_name, "tcp") == 0)
|
||||
ret = try_tcp (server, address_entry, key_value_pairs, FALSE, &this_error);
|
||||
else if (g_strcmp0 (transport_name, "nonce-tcp") == 0)
|
||||
|
Reference in New Issue
Block a user