win32: add back missing _utf8 symbols on x64 builds
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Mon, 15 Apr 2013 16:12:50 +0000 (18:12 +0200)
committerRyan Lortie <desrt@desrt.ca>
Mon, 15 Apr 2013 21:27:24 +0000 (23:27 +0200)
The _utf8 functions have been wrongly removed from GLib on x64.

https://bugzilla.gnome.org/show_bug.cgi?id=697879

glib/gutils.c

index 76f6c34..0de954e 100644 (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. */