Skip to content
  • Jehan's avatar
    Do not use g_io_channel_unix_new() for the win32 platforms. · b8aabcac
    Jehan authored
    It is advised to use the more accurate g_io_channel_win32_new_fd() or
    g_io_channel_win32_new_socket() because GLib can't differentiate between
    file descriptors and sockets on Windows, which outputs a warning when
    there is ambiguity.
    b8aabcac