Skip to content
  • Tor Lillqvist's avatar
    Don't set on Win32, only causes trouble. · a4886387
    Tor Lillqvist authored
    2002-10-27  Tor Lillqvist  <tml@iki.fi>
    
    	* configure.in (G_MODULE_LDFLAGS): Don't set on Win32, only causes
    	trouble.
    
    	* glib/gmain.c (g_poll): Fix for bug reported by Herman Bloggs
    	(http://mail.gnome.org/archives/gtk-devel-list/2002-October/msg00101.html)
    	and others. We waited for events only for GPollFDs whose events
    	field had G_IO_IN set. We need to wait also for events for
    	GPollFDs that have just G_IO_OUT set. Non-blocking sockets in the
    	process of being connect()ed are one such case. Also silence a
    	couple of gcc warnings.
    a4886387