gsourceclosure.c: Fix build on Windows
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 18 Jul 2013 09:22:53 +0000 (17:22 +0800)
committerColin Walters <walters@verbum.org>
Sun, 21 Jul 2013 19:50:34 +0000 (20:50 +0100)
commit114b1ccf78849988567011c36dd5e868a66a3431
treed571fc233010f591505830f9f51ff4d55ea9b2e6
parent88ab63155de12a995c53711c65cc25026912171e
gsourceclosure.c: Fix build on Windows

GPid is a HANDLE (aka void *) on Windows, not an int, so treat pid
accordingly on Windows, as using pid as a gulong directly would likely be
undesirable on Windows

https://bugzilla.gnome.org/show_bug.cgi?id=704447
gobject/gsourceclosure.c