| 172 closure->result, g_io_channel_unix_get_fd(source)); |
172 closure->result, g_io_channel_unix_get_fd(source)); |
| 173 #endif |
173 #endif |
| 174 |
174 |
| 175 #ifdef _WIN32 |
175 #ifdef _WIN32 |
| 176 if(! purple_cond) { |
176 if(! purple_cond) { |
| 177 #if DEBUG |
177 #if 0 |
| 178 purple_debug_misc("gnt_eventloop", |
178 purple_debug_misc("gnt_eventloop", |
| 179 "CLOSURE received GIOCondition of 0x%x, which does not" |
179 "CLOSURE received GIOCondition of 0x%x, which does not" |
| 180 " match 0x%x (READ) or 0x%x (WRITE)\n", |
180 " match 0x%x (READ) or 0x%x (WRITE)\n", |
| 181 condition, FINCH_READ_COND, FINCH_WRITE_COND); |
181 condition, FINCH_READ_COND, FINCH_WRITE_COND); |
| 182 #endif /* DEBUG */ |
182 #endif /* DEBUG */ |