gio/gthreadedresolver.c: Fix non-UNIX build
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 5 Nov 2012 09:22:38 +0000 (17:22 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 5 Nov 2012 09:22:38 +0000 (17:22 +0800)
commit2b17e797a43944e38babcac1ba02296cfd81623d
tree567d4f17157dc3bf7c05e013c5fe9f1cb3755282
parent8a530463add643890e4a4ec57f80531f5ef39101
gio/gthreadedresolver.c: Fix non-UNIX build

Move the GError *error declaration up, as that variable is also used for
non-Unix builds.
gio/gthreadedresolver.c