mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
gsocket: fix win32 build
https://bugzilla.gnome.org/show_bug.cgi?id=658157
This commit is contained in:
parent
e943366de5
commit
655c9f5753
@ -389,7 +389,8 @@ g_socket_details_from_fd (GSocket *socket)
|
|||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
errsv = ENOTSUP;
|
/* This will translate to G_IO_ERROR_FAILED on either unix or windows */
|
||||||
|
errsv = -1;
|
||||||
goto err;
|
goto err;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user