Bug 553820 - gpoll.c: undeclared identifier
authorTor Lillqvist <tml@novell.com>
Thu, 25 Sep 2008 19:59:49 +0000 (19:59 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 25 Sep 2008 19:59:49 +0000 (19:59 +0000)
commitfc542a462a750f19b8fb06fcecc6f2034ec86d59
tree1396d1475e155ebbf10340b2e69e7cb45922c380
parentefce76ce677f98c72f748e435ff693ef12a44dce
Bug 553820 - gpoll.c: undeclared identifier

2008-09-25  Tor Lillqvist  <tml@novell.com>

Bug 553820 - gpoll.c: undeclared identifier

* glib/gmain.c
* glib/gpoll.c: Make the g_poll() function non-static also on
Windows. Prefix an underscore to the g_main_poll_debug variable
and make it non-static in gmain.c so that it can be used in
gpoll.c. Add back missing variable declaration.

svn path=/trunk/; revision=7542
ChangeLog
glib/gmain.c
glib/gpoll.c