GNOME Bugzilla – Bug 580750
gio/ginetaddress.c does not compile due to GType type being inside a WIN32 ifdef
Last modified: 2009-04-29 18:27:48 UTC
As per the subject, ginetaddress.c does not compile (on Linux). It seems that the GType type definition should not be in a WIN32 ifdef, as the code that causes the failure ( type = g_inet_address_get_type (); ) is not ifdef'd. The commit that caused this breakage was d80e12104f139def9bea28a510bf1d7c103e20f9.
Created attachment 133560 [details] [review] Moves the GType type definition outside the ifdef This patch fixes the build on Linux, for me.
committed. thanks.