win32: add back missing _utf8 symbols on x64 builds

The _utf8 functions have been wrongly removed from GLib on x64.

https://bugzilla.gnome.org/show_bug.cgi?id=697879
This commit is contained in:
Marc-André Lureau 2013-04-15 18:12:50 +02:00 committed by Ryan Lortie
parent d8c9b263e6
commit b972018d6c

View File

@ -2354,7 +2354,7 @@ g_format_size_for_display (goffset size)
}
}
#if defined (G_OS_WIN32) && !defined (_WIN64)
#if defined (G_OS_WIN32)
/* Binary compatibility versions. Not for newly compiled code. */