Fix build of gio/gapplication.c on Visual C++
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 20 Feb 2014 00:47:54 +0000 (08:47 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Sun, 23 Feb 2014 03:48:06 +0000 (11:48 +0800)
commit4825e819b2ca59409b93f4d6f0f742d630626887
tree1b73b18bf8329a08226ba6a6a7cd5389aaccd053
parent8da795de4f04dad35029a36c155d0b299d739840
Fix build of gio/gapplication.c on Visual C++

Visual C++ is quite zealous about checking against the types used in the
initializing of array of structures, even up to Visual C++ 2013.  Fix this
by splitting up the initializing steps.

https://bugzilla.gnome.org/show_bug.cgi?id=724609
gio/gapplication.c