[Bug 951588] Missing symbol g_get_home_dir_utf8 on x64

bugzilla at redhat.com bugzilla at redhat.com
Mon Apr 15 14:15:49 UTC 2013


Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=951588

--- Comment #5 from Marc-Andre Lureau <marcandre.lureau at redhat.com> ---
(In reply to comment #4)
> This upstream commit looks related to this issue:
> https://git.gnome.org/browse/glib/commit/
> ?id=8c42a663f8182f8281c083390aa761e8e9badc63
> If this really is the case then this issue should have started to appear as
> of glib 2.35.9.

Yes, it looks to me like a mistake. #ifdef G_OS_WIN32 doesn't mean 32bit only, 
it is true for win64 as well. So that commit looks wrong to me.

I would suggest 64 bit has the same compatibility as 32 bit, so we remove the
-#if defined (G_OS_WIN32) && !defined (_WIN64)
+#if defined (G_OS_WIN32)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=4lDHZ6wiM5&a=cc_unsubscribe


More information about the mingw mailing list