Files
gimp/libgimp
Jehan 4dbb1232a8 Do not use g_io_channel_unix_new() for the win32 platforms.
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.

(cherry picked from commit b8aabcac5c)
2016-03-27 00:57:11 +01:00
..