| 50 closure->result, g_io_channel_unix_get_fd(source)); |
50 closure->result, g_io_channel_unix_get_fd(source)); |
| 51 #endif |
51 #endif |
| 52 |
52 |
| 53 #ifdef _WIN32 |
53 #ifdef _WIN32 |
| 54 if(! purple_cond) { |
54 if(! purple_cond) { |
| 55 #ifdef DEBUG |
55 #if 0 |
| 56 purple_debug_misc("gtk_eventloop", |
56 purple_debug_misc("gtk_eventloop", |
| 57 "CLOSURE received GIOCondition of 0x%x, which does not" |
57 "CLOSURE received GIOCondition of 0x%x, which does not" |
| 58 " match 0x%x (READ) or 0x%x (WRITE)\n", |
58 " match 0x%x (READ) or 0x%x (WRITE)\n", |
| 59 condition, PIDGIN_READ_COND, PIDGIN_WRITE_COND); |
59 condition, PIDGIN_READ_COND, PIDGIN_WRITE_COND); |
| 60 #endif /* DEBUG */ |
60 #endif /* DEBUG */ |