106 | static int use_glib_io_channel = -1; |
107 | |
108 | if (use_glib_io_channel == -1) |
109 | use_glib_io_channel = (g_getenv("HAZE_GLIB_IO_CHANNEL") != NULL) ? 1 : 0; |
110 | #endif |
If this is necessary to use Haze on Windows, why would you ever want to go back to g_io_channel_unix_new()? |
118 | cond |= PURPLE_GLIB_WRITE_COND; |
119 | |
120 | #ifdef _WIN32 |
121 | if (use_glib_io_channel == 0) |
122 | channel = wpurple_g_io_channel_win32_new_socket(fd); |
Does this do something that g_io_channel_win32_new_socket() doesn't? |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.